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/ng | |
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/ng')
-rw-r--r-- | editors/ng/Makefile | 3 | ||||
-rw-r--r-- | editors/ng/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 23569739715..ff57aeeab9e 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/21 22:27:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:52 wiz Exp $ DISTNAME= ng-1.4 CATEGORIES= editors japanese @@ -6,6 +6,7 @@ MASTER_SITES= http://ha3.seikyou.ne.jp/home/amura/archives/ng/ MAINTAINER= fk200329@fsinet.or.jp HOMEPAGE= http://ha3.seikyou.ne.jp/home/amura/ng/ +COMMENT= Very light Emacs-clone with japanese support .include "../../mk/bsd.prefs.mk" # for USE_CANNA diff --git a/editors/ng/pkg/COMMENT b/editors/ng/pkg/COMMENT deleted file mode 100644 index 2d4e67d23e1..00000000000 --- a/editors/ng/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Very light Emacs-clone with japanese support |