diff options
Diffstat (limited to 'www/apache6/Makefile')
-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: |