diff options
author | wiz <wiz> | 2000-02-20 22:05:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-20 22:05:37 +0000 |
commit | 8c2f19dc7ff21cad226f54e60db9bf7554dde32b (patch) | |
tree | 6c7371165fc043f06a24c96946b4ee1b6c45bee5 /www/apache6 | |
parent | 2036db689a65925af7c2fd0bacbb9fdfeb4d78c6 (diff) | |
download | pkgsrc-8c2f19dc7ff21cad226f54e60db9bf7554dde32b.tar.gz |
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |