summaryrefslogtreecommitdiff
path: root/www/p5-LWP-Authen-Negotiate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-LWP-Authen-Negotiate/Makefile')
-rw-r--r--www/p5-LWP-Authen-Negotiate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile
index 46653ed15ea..5c5a674b6a6 100644
--- a/www/p5-LWP-Authen-Negotiate/Makefile
+++ b/www/p5-LWP-Authen-Negotiate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/08/14 16:06:03 obache Exp $
+# $NetBSD: Makefile,v 1.9 2012/02/02 09:51:14 hans Exp $
DISTNAME= LWP-Authen-Negotiate-0.08
PKGNAME= p5-${DISTNAME}
@@ -20,7 +20,7 @@ DEPENDS+= {perl>=5.10,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/LWP/Authen/Negotiate/.packlist
pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"