diff options
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 4886f40c8db..46b2ab663af 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2002/10/09 13:45:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:42 jmmv Exp $ # DISTNAME= jed-B0.99-15 PKGNAME= jed-0.99.15 +WRKSRC= ${WRKDIR}/jed-B0.99-15 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ @@ -15,8 +16,6 @@ USE_BUILDLINK2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X -WRKSRC= ${WRKDIR}/jed-B0.99-15 - post-install: @cd ${WRKSRC}; \ for dir in lib info doc; do \ |