summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-15 00:52:26 +0000
committerhubertf <hubertf>1997-12-15 00:52:26 +0000
commit2b2442b5a0863d0ce57a16cc5543c5c28487d1b8 (patch)
tree023f12fbeddc726a98b22d3ebda7ab729c9b85a5 /graphics/netpbm
parentfc5074fe40d129d2c546b2be0e38a3982631597a (diff)
downloadpkgsrc-2b2442b5a0863d0ce57a16cc5543c5c28487d1b8.tar.gz
s/WRKDIR/WRKSRC/, pointed out by inspired by Matthias Scheler.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 578a5b87c11..16a3ee13b60 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1997/12/15 00:48:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1997/12/15 00:52:26 hubertf Exp $
# New ports collection makefile for: netpbm
# Version required: 1mar1994
# Date created: ?
@@ -76,7 +76,7 @@ post-extract:
chmod -R +w ${WRKSRC}
pre-configure:
- for f in `find ${WRKDIR} -type f -print|xargs grep -l '/usr/local'`; do \
+ for f in `find ${WRKSRC} -type f -print|xargs grep -l '/usr/local'`; do \
${SED} -e 's:/usr/local:'${LOCALBASE}':g' < $$f > $$f.pdone && mv $$f.pdone $$f; \
done
.endif