summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 22:29:24 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 22:29:24 +0000
commit91a02f9b6d88ac2604d8bb98014388e9f4d1dcff (patch)
tree5e643b4168bc9e1580d7881f515b2fcfca3e5099
parentupdate to 5.1. (diff)
use xargs -0 to avoid 'unterminated quote' error at ${PREFIX}/share/doc.
PR: 34143 Submitted by: Peter Radavich <peter@hungry.com>
-rw-r--r--www/apache13-modssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index 7754e0cfa87b..bcb5746b0ccc 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -100,6 +100,8 @@ pre-patch:
&& ./configure --with-apache=../${DISTNAME} --expert
post-patch:
+ @${PERL} -pi -e 's|-print|-print0|;s|xargs|xargs -0|' \
+ ${WRKSRC}/Makefile.tmpl
@cd ${WRKSRC} \
&& find . -type f -name "*.orig" -print | xargs ${RM} -f