summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-05-15 13:55:35 +0000
committeragc <agc@pkgsrc.org>1998-05-15 13:55:35 +0000
commiteb2503b2f9b9ca499f178f0ed4ff1b7ee7d207c4 (patch)
tree500a09b522d7a1f489cab9bf351166760608dcdd /graphics/xv
parent591b6bbf2600742c63ee4e1a80af4f5f5e2b1ebc (diff)
downloadpkgsrc-eb2503b2f9b9ca499f178f0ed4ff1b7ee7d207c4.tar.gz
Append a "/." to the ${WRKDIR} value in the find command, to ensure
that we traverse through any symbolic links. Make the misc/kp package Makefile a bit neater - remove an unnecessary temporary file.
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index d0eac2f71a3..e5c2da58b7c 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/22 14:22:44 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/05/15 13:55:35 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp
#
@@ -26,7 +26,7 @@ pre-patch:
@${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/Patch.magpic2.PhotoCD.XV310a
pre-configure:
- for f in `find ${WRKDIR} -name Imakefile -follow -print`; do \
+ for f in `find ${WRKDIR}/. -name Imakefile -follow -print`; do \
${SED} -e 's:/usr/local:'${LOCALBASE}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
done