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 | d0915c61c3e5274723f1ab455789fc8891f1bec5 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /www/htmllint | |
parent | 9df842d1237e5ab852210ddbb94642641ca27d97 (diff) | |
download | pkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'www/htmllint')
-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 |