diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 22:29:24 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 22:29:24 +0000 |
commit | 91a02f9b6d88ac2604d8bb98014388e9f4d1dcff (patch) | |
tree | 5e643b4168bc9e1580d7881f515b2fcfca3e5099 /www | |
parent | c604d1d7d400f2448736293b945dfb187b27d103 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
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 |