diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | ac9cb019e001134dcd0b8c87252ac132b04938fd (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /www/htmllint/Makefile | |
parent | 96a5c75c9ae0d944d15cdb87d15b32f11c36d448 (diff) | |
download | pkgsrc-ac9cb019e001134dcd0b8c87252ac132b04938fd.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'www/htmllint/Makefile')
-rw-r--r-- | www/htmllint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index 0e4fe0e409c..afb259f89b4 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/17 03:50:40 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/17 04:49:49 jlam Exp $ # DISTNAME= htmllint @@ -20,8 +20,8 @@ REPLACE_PERL= htmllint.cgi htmllint parsedtd.pl tagslist.cgi USE_PERL5= # defined NO_BUILD= # defined -CGIDIR= ${LOCALBASE}/libexec/cgi-bin -HTMLDIR= ${LOCALBASE}/share/httpd/htdocs/htmllint +CGIDIR= ${PREFIX}/libexec/cgi-bin +HTMLDIR= ${PREFIX}/share/httpd/htdocs/htmllint IMGDIR= ${HTMLDIR}/images INSTALLATION_DIRS= bin |