diff options
author | minskim <minskim> | 2004-02-17 02:11:30 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-17 02:11:30 +0000 |
commit | 31dbc3ed984981d1fb55ef809001545fa6462da5 (patch) | |
tree | d88fd40bcb5a9a5e89b671221567b4eba042949a | |
parent | d87d790b048dc8a3600707303cfd4e85dc2aa4a7 (diff) | |
download | pkgsrc-31dbc3ed984981d1fb55ef809001545fa6462da5.tar.gz |
bl3ify and enable pkgviews installation.
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 6 | ||||
-rw-r--r-- | www/weblint/Makefile | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index d3f4e511723..58048e37553 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geography/} MAINTAINER= gson@NetBSD.org 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 --git a/www/weblint/Makefile b/www/weblint/Makefile index 87fa0023010..cb7bd213c6e 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= http://www.weblint.org/ COMMENT= HTML validator and sanity checker -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews -.include "../../lang/perl5/buildlink2.mk" +USE_BUILDLINK3= YES + +INSTALLATION_DIRS+= bin man/man1 + +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |