diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-17 02:11:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-17 02:11:30 +0000 |
commit | e56863f51a693b2a5b13a99c402da0df8559fb45 (patch) | |
tree | d88fd40bcb5a9a5e89b671221567b4eba042949a /www | |
parent | ec8399d1ab444d19a4cf3c6f2c70a60f05e50c6e (diff) | |
download | pkgsrc-e56863f51a693b2a5b13a99c402da0df8559fb45.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'www')
-rw-r--r-- | www/weblint/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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" |