diff options
author | schmonz <schmonz> | 2015-05-23 14:09:29 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2015-05-23 14:09:29 +0000 |
commit | cc2c6860e479cad523912a4b629d1d310f6e102f (patch) | |
tree | 856a5fdfb52351d3f7b73050f09bd4028da26836 /www/p5-CGI-FormBuilder | |
parent | b748d9ef5daae96c6913e6637bf0049b9064704b (diff) | |
download | pkgsrc-cc2c6860e479cad523912a4b629d1d310f6e102f.tar.gz |
Don't fail if there's no PaxHeader to remove.
Diffstat (limited to 'www/p5-CGI-FormBuilder')
-rw-r--r-- | www/p5-CGI-FormBuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile index 81add680ecc..08c5ac7c762 100644 --- a/www/p5-CGI-FormBuilder/Makefile +++ b/www/p5-CGI-FormBuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/05/10 15:15:06 mef Exp $ +# $NetBSD: Makefile,v 1.24 2015/05/23 14:09:29 schmonz Exp $ DISTNAME= CGI-FormBuilder-3.09 PKGNAME= p5-${DISTNAME}00 @@ -20,7 +20,7 @@ DEPENDS+= p5-Text-Template>=1.43:../../textproc/p5-Text-Template post-extract: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f # garbage in the archive ? - (cd ${WRKSRC}; ${RM} -r PaxHeader ) + (cd ${WRKSRC}; ${RM} -rf PaxHeader ) pre-configure: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f |