diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 22:19:12 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 22:19:12 +0000 |
commit | dbbbc1327f74c2747ab581e56631696a30c71bcd (patch) | |
tree | 95ae2b83157a8a55ee2d22f69f232317b3649299 /www/weblint/Makefile | |
parent | b72013a9702b82b5d9e19f528d6ae8b26a1850e4 (diff) | |
download | pkgsrc-dbbbc1327f74c2747ab581e56631696a30c71bcd.tar.gz |
Update patch so it uses PKGMANDIR instead of "man".
And for INSTALLATION_DIRS also.
Diffstat (limited to 'www/weblint/Makefile')
-rw-r--r-- | www/weblint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index 995a4aeced9..40b07d64346 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/07/16 19:10:41 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/12/27 22:19:12 reed Exp $ # DISTNAME= weblint-1.020 @@ -16,6 +16,6 @@ COMMENT= HTML validator and sanity checker PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= perl:run -INSTALLATION_DIRS+= bin man/man1 +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |