diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/vim-share | |
parent | 9cd33f1ced25f785a26235a0c68a92f8f28d517e (diff) | |
download | pkgsrc-0e6fa9f644599b5f010ffe053765f5a3dcfbbe32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-share/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 78fb5ed8e70..1a2267b861c 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2000/04/16 07:31:12 mycroft Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:40:54 wiz Exp $ .include "Makefile.common" PKGNAME= vim-share-${VIM_VERSION} +COMMENT= Data files for the vim editor (vi clone) + DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX} CONFIGURE_ARGS+= --disable-gui diff --git a/editors/vim-share/pkg/COMMENT b/editors/vim-share/pkg/COMMENT deleted file mode 100644 index b2d220bf98b..00000000000 --- a/editors/vim-share/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Data files for the vim editor (vi clone) |