diff options
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |