From 9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 16 Feb 2010 15:22:44 +0000 Subject: Fixing PLIST by removing '*.orig' relics from patch stage --- net/p5-eBay-API/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net/p5-eBay-API') diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile index 55605489015..5b0f426c751 100644 --- a/net/p5-eBay-API/Makefile +++ b/net/p5-eBay-API/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/01/08 12:57:17 sno Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/16 15:22:45 sno Exp $ DISTNAME= eBay-API-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/} @@ -34,5 +34,8 @@ REPLACE_PERL+= */*/*/*/*/*/*/*.pm PERL5_PACKLIST= auto/eBay/API/.packlist +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3