summaryrefslogtreecommitdiff
path: root/devel/p5-Template-Plugin-VMethods/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Template-Plugin-VMethods/Makefile')
-rw-r--r--devel/p5-Template-Plugin-VMethods/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Template-Plugin-VMethods/Makefile b/devel/p5-Template-Plugin-VMethods/Makefile
index 123b8ba0a1d..443c2b02ff6 100644
--- a/devel/p5-Template-Plugin-VMethods/Makefile
+++ b/devel/p5-Template-Plugin-VMethods/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/30 13:27:31 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/26 19:42:56 sno Exp $
#
DISTNAME= Template-Plugin-VMethods-0.03
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -17,5 +18,8 @@ DEPENDS+= p5-Template-Toolkit>=2.06:../../www/p5-Template-Toolkit
PERL5_PACKLIST= auto/Template/Plugin/VMethods/.packlist
+pre-configure:
+ cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"