DESCRIPTION:= is obselete
[packages.git] / utils / vim / Makefile
index cdd80e2..5b7b28d 100644 (file)
@@ -25,11 +25,13 @@ define Package/vim
   CATEGORY:=Utilities
   DEPENDS:=+libncurses
   TITLE:=Vi IMproved - enhanced vi editor
-  DESCRIPTION:=\
-       Vim is an almost compatible version of the UNIX editor Vi.
   URL:=http://www.vim.org/
 endef
 
+define Package/vim/description
+       Vim is an almost compatible version of the UNIX editor Vi.
+endef
+
 CONFIGURE_ARGS += \
        --disable-gui \
        --enable-gui=none \