diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-05 14:22:41 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-05 14:22:41 +0000 |
commit | 824d82b922fae8091981efd2a536d87a5f934530 (patch) | |
tree | 812a4d44bd30e8b7908ebad006827e89e4a65366 /graphics/xv/Makefile | |
parent | 6b9eef1cff4c0c8a2ce6c754e50f3db6859f6cff (diff) | |
download | pkgsrc-824d82b922fae8091981efd2a536d87a5f934530.tar.gz |
Add "-follow" option to find, so it DTRT even if WRKOBJDIR is set.
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 4 |
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 |