diff options
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 46b40339b9d..4fc7538cd01 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 14:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/09/14 22:48:27 wiz Exp $ # -DISTNAME= jed0.98-7 -PKGNAME= jed-0.98.7 +DISTNAME= jed-B0.99-14 +PKGNAME= jed-0.99.14 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ \ +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html -COMMENT= Texteditor with many features, extensible through S-Lang functions +COMMENT= Text editor with many features, extensible through S-Lang functions DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X -WRKSRC= ${WRKDIR}/jed +WRKSRC= ${WRKDIR}/jed-B0.99-14 .include "../../mk/bsd.pkg.mk" |