diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/vile | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 3 | ||||
-rw-r--r-- | editors/vile/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 311f169be75..37873fd1f4e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/01/07 01:48:19 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/16 14:40:53 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp DISTNAME= vile-9.0 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org +COMMENT= VI Like Emacs. a vi "workalike", with many additional features USE_PERL5= # defined USE_CURSES= # defined diff --git a/editors/vile/pkg/COMMENT b/editors/vile/pkg/COMMENT deleted file mode 100644 index bf6f34a6ee0..00000000000 --- a/editors/vile/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -VI Like Emacs. a vi "workalike", with many additional features |