summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Request-Form/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
committersno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
commit9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /www/p5-HTTP-Request-Form/Makefile
parenta6535bf7f64e4871c4bd20c5c885636eab5921ed (diff)
downloadpkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'www/p5-HTTP-Request-Form/Makefile')
-rw-r--r--www/p5-HTTP-Request-Form/Makefile7
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"