summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
committerwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
commitc2480cce0149ffdf5588864289c34c5ac634b973 (patch)
tree6c7371165fc043f06a24c96946b4ee1b6c45bee5 /www
parent45baef69ecf22448c3f52d784ffaa2d416602496 (diff)
downloadpkgsrc-c2480cce0149ffdf5588864289c34c5ac634b973.tar.gz
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile4
-rw-r--r--www/apache6/Makefile4
2 files changed, 4 insertions, 4 deletions
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: