DESCRIPTION:= is obselete
[packages.git] / net / ssmtp / Makefile
index 331f2b7..3bacab5 100644 (file)
@@ -23,15 +23,17 @@ define Package/ssmtp
   CATEGORY:=Network
   DEPENDS:=+libopenssl
   TITLE:=A minimal and secure mail sender
-  DESCRIPTION:=\
-       A secure, effective and simple way of getting mail off a system to your \\\
-       mail hub. It contains no suid-binaries or other dangerous things - no \\\
-       mail spool to poke around in, and no daemons running in the background.\\\
-       mail is simply forwarded to the configured mailhost. Extremely easy \\\
-       configuration.
   URL:=http://packages.debian.org/stable/mail/ssmtp
 endef
 
+define Package/ssmtp/description
+       A secure, effective and simple way of getting mail off a system to your 
+       mail hub. It contains no suid-binaries or other dangerous things - no 
+       mail spool to poke around in, and no daemons running in the background.
+       mail is simply forwarded to the configured mailhost. Extremely easy 
+       configuration.
+endef
+
 EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
 EXTRA_LDFLAGS+=-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib