summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/jed
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.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 \