diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-14 22:48:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-14 22:48:27 +0000 |
commit | 1cad919fc7164208ef2b202fe8589ad788b9ac7b (patch) | |
tree | f4adf1a7dffa21b90b27f2d162a8bc9d8c77b7b2 /editors/jed/Makefile | |
parent | f6b217ba973bd61734591b10e54d69a2ddac7c37 (diff) | |
download | pkgsrc-1cad919fc7164208ef2b202fe8589ad788b9ac7b.tar.gz |
Update to 0.99.14, provided by Scott Barron in pkg/13734.
Changes are too many too list here.
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" |