pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-FormBuilder Don't fail if there's no PaxHea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27c89d497312
branches:  trunk
changeset: 652106:27c89d497312
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat May 23 14:09:29 2015 +0000

description:
Don't fail if there's no PaxHeader to remove.

diffstat:

 www/p5-CGI-FormBuilder/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ee56f32a18e -r 27c89d497312 www/p5-CGI-FormBuilder/Makefile
--- a/www/p5-CGI-FormBuilder/Makefile   Sat May 23 13:44:59 2015 +0000
+++ b/www/p5-CGI-FormBuilder/Makefile   Sat May 23 14:09:29 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index