aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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