use xargs -0 to avoid 'unterminated quote' error at ${PREFIX}/share/doc.

PR:		34143
Submitted by:	Peter Radavich <peter@hungry.com>
This commit is contained in:
FUJISHIMA Satsuki 2002-01-22 22:29:24 +00:00
parent c604d1d7d4
commit 91a02f9b6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53610

View File

@ -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