summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-25 06:04:57 +0000
committerminskim <minskim@pkgsrc.org>2004-04-25 06:04:57 +0000
commit2199f546e29ab5e954780d3c1cd7bc4b31f26e60 (patch)
treeca27db6b47f577d28d04a5aa4a67e1385420a4c9
parentbde3ff045252f0ecce49b8ad5067ec19da299f33 (diff)
downloadpkgsrc-2199f546e29ab5e954780d3c1cd7bc4b31f26e60.tar.gz
Bl3ify and enable pkgviews installation.
-rw-r--r--www/p5-HTML-Template/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 8b9aaf605e4..09ee300ee45 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/25 06:04:57 minskim Exp $
DISTNAME= HTML-Template-2.6
PKGNAME= p5-${DISTNAME}
@@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= Perl5 module to create HTML templates with simple tags
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Template/.packlist
.include "../../lang/perl5/module.mk"