diff options
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 3 | ||||
-rw-r--r-- | editors/jed/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 30f2a88842d..46b40339b9d 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/01/29 11:34:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/16 14:40:50 wiz Exp $ # DISTNAME= jed0.98-7 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html +COMMENT= Texteditor with many features, extensible through S-Lang functions DEPENDS+= libslang-*:../../devel/libslang diff --git a/editors/jed/pkg/COMMENT b/editors/jed/pkg/COMMENT deleted file mode 100644 index 6d76ce96207..00000000000 --- a/editors/jed/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Texteditor with many features, extensible through S-Lang functions |