diff options
author | frueauf <frueauf> | 1998-02-05 14:22:41 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-05 14:22:41 +0000 |
commit | 9a67ab93b7f6871214dd631cb6532a472fe8623b (patch) | |
tree | 812a4d44bd30e8b7908ebad006827e89e4a65366 /graphics/xv/Makefile | |
parent | daf39108851446fdb93564fade15f1094799b9e9 (diff) | |
download | pkgsrc-9a67ab93b7f6871214dd631cb6532a472fe8623b.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 |