pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc bl3ify and enable pkgviews installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9c446f84a5b
branches: trunk
changeset: 468823:e9c446f84a5b
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 17 02:11:30 2004 +0000
description:
bl3ify and enable pkgviews installation.
diffstat:
misc/p5-Geography-Countries/Makefile | 6 ++++--
www/weblint/Makefile | 10 +++++++---
2 files changed, 11 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r 979b4670400b -r e9c446f84a5b misc/p5-Geography-Countries/Makefile
--- a/misc/p5-Geography-Countries/Makefile Tue Feb 17 02:07:24 2004 +0000
+++ b/misc/p5-Geography-Countries/Makefile Tue Feb 17 02:11:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:01:24 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/17 02:17:44 minskim Exp $
#
DISTNAME= Geography-Countries-1.4
@@ -10,7 +10,9 @@
MAINTAINER= gson%NetBSD.org@localhost
COMMENT= Perl5 module for mapping contry names and codes
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Geography/Countries/.packlist
.include "../../lang/perl5/module.mk"
diff -r 979b4670400b -r e9c446f84a5b www/weblint/Makefile
--- a/www/weblint/Makefile Tue Feb 17 02:07:24 2004 +0000
+++ b/www/weblint/Makefile Tue Feb 17 02:11:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:07 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/17 02:11:30 minskim Exp $
#
DISTNAME= weblint-1.020
@@ -13,7 +13,11 @@
#HOMEPAGE= http://www.weblint.org/
COMMENT= HTML validator and sanity checker
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
-.include "../../lang/perl5/buildlink2.mk"
+INSTALLATION_DIRS+= bin man/man1
+
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index