summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-25 05:56:14 +0000
committerminskim <minskim@pkgsrc.org>2004-04-25 05:56:14 +0000
commit9aeb41c3ae0ec98e469be8d8367ff50c29a0f28c (patch)
tree705097c92cd55fbe3540ea62a0d18ad0c7c417bc /www
parente5041a8717272965753ba85f056ddb2ac6cf9e3c (diff)
downloadpkgsrc-9aeb41c3ae0ec98e469be8d8367ff50c29a0f28c.tar.gz
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-PrettyPrinter/Makefile6
-rw-r--r--www/p5-HTML-Table/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile
index 9d3ea06aff2..ed34657281f 100644
--- a/www/p5-HTML-PrettyPrinter/Makefile
+++ b/www/p5-HTML-PrettyPrinter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/25 05:56:14 minskim Exp $
DISTNAME= HTML-PrettyPrinter-0.03
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,9 @@ COMMENT= Perl5 module for pretty-printing HTML
DEPENDS+= p5-HTML-Tree>=3.0:../../www/p5-HTML-Tree
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/PrettyPrinter/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile
index b75b518650c..b7ab976b4de 100644
--- a/www/p5-HTML-Table/Makefile
+++ b/www/p5-HTML-Table/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/25 05:58:53 minskim Exp $
DISTNAME= HTML-Table-1.15
PKGNAME= p5-${DISTNAME}
@@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module to simplify creating HTML tables
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Table/.packlist
.include "../../lang/perl5/module.mk"