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/hexedit | |
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/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 3 | ||||
-rw-r--r-- | editors/hexedit/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 2235173bcd9..03177e72286 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/01/15 18:46:26 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 14:40:50 wiz Exp $ # DISTNAME= hexedit-1.1.0 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.chez.com/prigaux/hexedit.html +COMMENT= to view and edit files in hexadecimal or ASCII GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses diff --git a/editors/hexedit/pkg/COMMENT b/editors/hexedit/pkg/COMMENT deleted file mode 100644 index 4401f2f31ef..00000000000 --- a/editors/hexedit/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -to view and edit files in hexadecimal or ASCII |