summaryrefslogtreecommitdiff
path: root/www/p5-LWP-Authen-Negotiate
diff options
context:
space:
mode:
authorsno <sno>2010-02-16 15:22:44 +0000
committersno <sno>2010-02-16 15:22:44 +0000
commita74dfc08240de7c585d7da59b341bd3b26bb964b (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /www/p5-LWP-Authen-Negotiate
parentca40f256171170510c44382d922188950a293f30 (diff)
downloadpkgsrc-a74dfc08240de7c585d7da59b341bd3b26bb964b.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'www/p5-LWP-Authen-Negotiate')
-rw-r--r--www/p5-LWP-Authen-Negotiate/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile
index 19ce32ef927..28e61e3e8b9 100644
--- a/www/p5-LWP-Authen-Negotiate/Makefile
+++ b/www/p5-LWP-Authen-Negotiate/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/11/21 15:03:05 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/16 15:22:45 sno Exp $
DISTNAME= LWP-Authen-Negotiate-0.08
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
@@ -18,5 +19,8 @@ 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}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"