summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/jed
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile5
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 \