summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 81a85eac7c7..1c601b37ee8 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $NetBSD: Makefile,v 1.5 1998/01/30 13:57:10 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/02/05 14:22:41 frueauf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp
#
@@ -31,7 +31,7 @@ pre-patch:
@${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/Patch.magpic2.PhotoCD.XV310a
pre-configure:
- for f in `find ${WRKDIR} -name Imakefile -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