diff options
author | sno <sno> | 2010-02-16 15:22:44 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-16 15:22:44 +0000 |
commit | a74dfc08240de7c585d7da59b341bd3b26bb964b (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /www/p5-HTTP-Request-Form | |
parent | ca40f256171170510c44382d922188950a293f30 (diff) | |
download | pkgsrc-a74dfc08240de7c585d7da59b341bd3b26bb964b.tar.gz |
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'www/p5-HTTP-Request-Form')
-rw-r--r-- | www/p5-HTTP-Request-Form/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-HTTP-Request-Form/Makefile b/www/p5-HTTP-Request-Form/Makefile index 14b6c6679d9..7606b6aa7c9 100644 --- a/www/p5-HTTP-Request-Form/Makefile +++ b/www/p5-HTTP-Request-Form/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2008/10/19 19:19:15 he Exp $ +# $NetBSD: Makefile,v 1.20 2010/02/16 15:22:45 sno Exp $ # DISTNAME= HTTP-Request-Form-0.952 PKGNAME= p5-${DISTNAME:S/952/9.5.2/} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5htt CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -20,5 +20,8 @@ DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |