DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / net / mini_sendmail / Makefile
index de0d23ec808cbefc08af7945423942f0acb3154e..d243d82fb3ad8f4995e47cfe12c4dcd9464d5198 100644 (file)
@@ -24,14 +24,16 @@ define Package/mini-sendmail
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A small sendmail-compatible mail forwarder
-  DESCRIPTION:=\
-       mini_sendmail reads its standard input up to an end-of-file and sends a \\\
-       copy of the message found there to all of the addresses listed.\\\
-       The message is sent by connecting to a local SMTP server. This means \\\
-       mini_sendmail can be used to send email from inside a chroot(2) area.
   URL:=http://www.acme.com/software/mini_sendmail/
 endef
 
+define Package/mini-sendmail/description
+       mini_sendmail reads its standard input up to an end-of-file and sends a 
+       copy of the message found there to all of the addresses listed.
+       The message is sent by connecting to a local SMTP server. This means 
+       mini_sendmail can be used to send email from inside a chroot(2) area.
+endef
+
 MAKE_FLAGS += \
        OFLAGS="$(TARGET_CFLAGS)"