diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
commit | 9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /www/p5-LWP-Authen-Negotiate | |
parent | a6535bf7f64e4871c4bd20c5c885636eab5921ed (diff) | |
download | pkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.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/Makefile | 6 |
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" |