diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-15 00:52:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-15 00:52:26 +0000 |
commit | c150d2580e4844fca232d2b62364876c6d1814a0 (patch) | |
tree | 023f12fbeddc726a98b22d3ebda7ab729c9b85a5 /graphics/netpbm/Makefile | |
parent | c9b05f9db53f498f6b26e97c78f49f5d4339c614 (diff) | |
download | pkgsrc-c150d2580e4844fca232d2b62364876c6d1814a0.tar.gz |
s/WRKDIR/WRKSRC/, pointed out by inspired by Matthias Scheler.
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
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 |