diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /misc/fep | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 3 | ||||
-rw-r--r-- | misc/fep/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 6b77e00574a..ec02be91d3c 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/06/22 12:52:32 agc Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 18:09:01 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp # @@ -8,6 +8,7 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ MAINTAINER= nobu@psrc.isac.co.jp +COMMENT= General purpose front end for command line editing NO_WRKSUBDIR= yes MANCOMPRESSED= yes diff --git a/misc/fep/pkg/COMMENT b/misc/fep/pkg/COMMENT deleted file mode 100644 index f3b16ec9386..00000000000 --- a/misc/fep/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -General purpose front end for command line editing |