diff options
-rw-r--r-- | emulators/atari800/Makefile | 4 | ||||
-rw-r--r-- | japanese/sj3-server/Makefile | 4 | ||||
-rw-r--r-- | misc/freewnn-common/Makefile | 6 | ||||
-rw-r--r-- | net/kdenetwork/Makefile | 4 | ||||
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index e9685503747..bd7afab9b1a 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/23 16:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/20 22:05:37 wiz Exp $ DISTNAME= Atari800-0.9.9a PKGNAME= atari800-0.9.9a @@ -22,7 +22,7 @@ MAKE_FLAGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" OBJ="atari_x11.o" \ CFLAGS="-c ${CFLAGS} -DPREFIX=\\\"${PREFIX}\\\"" post-extract: - @find ${WRKDIR} -type f -print | xargs ${CHMOD} 0644 + @${FIND} ${WRKDIR} -type f -print | xargs ${CHMOD} 0644 @${MV} ${WRKDIR}/Atari800-0.9.9a/* ${WRKSRC}/ do-build: diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile index fca62e6f968..0f19ef53b7c 100644 --- a/japanese/sj3-server/Makefile +++ b/japanese/sj3-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/06 07:58:29 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/20 22:05:38 wiz Exp $ # DISTNAME= sj3-2.0.1.20 @@ -34,7 +34,7 @@ pre-configure: @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig @${SED} -e 's|\(SUBDIRS = .*\)sj3lib \(.*\)|\1\2|' \ ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile - @for file in `find ${WRKSRC} -name Imakefile`; do \ + @for file in `${FIND} ${WRKSRC} -name Imakefile`; do \ ${MV} -f $$file $$file.orig; \ ${SED} -e 's|\(= \).*/lib\(sj3lib\).a|\1-l\2|' \ $$file.orig > $$file; \ diff --git a/misc/freewnn-common/Makefile b/misc/freewnn-common/Makefile index be839c3f475..1a0b3f10d5a 100644 --- a/misc/freewnn-common/Makefile +++ b/misc/freewnn-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/09/06 08:19:55 sakamoto Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/20 22:05:41 wiz Exp $ # DISTNAME= FreeWnn-1.10 @@ -49,7 +49,7 @@ GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/Xsi post-patch: - @for file in `find ${WRKSRC} -name Makefile.in`; do \ + @for file in `${FIND} ${WRKSRC} -name Makefile.in`; do \ ${MV} $$file $$file.orig; \ ${SED} -e '/PREFIX = /d' \ -e 's|\(WNNBINDIR = $${PREFIX}/\)\(bin\)|\1s\2|' \ @@ -60,7 +60,7 @@ post-patch: ${SEDSCRIPT} \ $$file.orig > $$file; \ done - @for file in `find ${WRKSRC}/Wnn/man -name Makefile.in`; do \ + @for file in `${FIND} ${WRKSRC}/Wnn/man -name Makefile.in`; do \ ${MV} $$file $$file.orig2; \ ${SED} -e 's|\(MANPATH = .*\)|\1/ja_JP.EUC|' \ $$file.orig2 > $$file; \ diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 8c4e32ca726..86263d67399 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/02/15 09:26:23 agc Exp $ +# $NetBSD: Makefile,v 1.39 2000/02/20 22:05:42 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -42,7 +42,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.gcc post-install: .if (${GCC_VERSION:C/-.*$$//} != egcs) - @find ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM} + @${FIND} ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM} .endif .include "../../mk/bsd.pkg.mk" diff --git a/www/apache/Makefile b/www/apache/Makefile index 2fd6db5a8f2..8affdca5c09 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/02/05 14:01:11 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2000/02/20 22:05:42 wiz Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -76,7 +76,7 @@ pre-patch: | ${PATCH} ${PATCH_ARGS} post-patch: - @find ${WRKSRC}/htdocs -name '*.orig' | xargs ${RM} + @${FIND} ${WRKSRC}/htdocs -name '*.orig' | xargs ${RM} post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/apache.sh \ diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 54952e95df0..1301ce61d7c 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/02/05 14:01:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/02/20 22:05:42 wiz Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -89,7 +89,7 @@ BUILD_DEFS+= APACHE_PERF_TUNING APACHE_SUEXEC USE_INET6 # | ${PATCH} ${PATCH_ARGS} post-patch: - @find ${WRKSRC}/htdocs -name '*.orig' | xargs ${RM} + @${FIND} ${WRKSRC}/htdocs -name '*.orig' | xargs ${RM} @${CHMOD} +x ${WRKSRC}/${CONFIGURE_SCRIPT} post-build: |