DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / fetchmail / Makefile
index 01b1cfaaabf1fe3354516a250f0a07ab9f183450..4816764ad5757332e70f824b78f98cc9c3741c6b 100644 (file)
@@ -26,12 +26,14 @@ define Package/fetchmail
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Remote mail retriever
-  DESCRIPTION:=\
-       Retrieves remote mail via POP/IMAP.\\\
-       Very useful in conjunction with mutt.
   URL:=http://www.catb.org/~esr/fetchmail/
 endef
 
+define Package/fetchmail/description
+       Retrieves remote mail via POP/IMAP.
+       Very useful in conjunction with mutt.
+endef
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-fallback=procmail \