diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/htmllint | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/htmllint')
-rw-r--r-- | www/htmllint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index 1c4106dacc5..d4571cd2b7c 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:37 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:27:58 agc Exp $ # DISTNAME= htmllint PKGNAME= htmllint-20030518 -WRKSRC= ${WRKDIR} CATEGORIES= www japanese MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ EXTRACT_SUFX= .zip @@ -14,6 +13,7 @@ COMMENT= Another HTML-Lint program DEPENDS+= p5-Jcode>=0.68:../../converters/p5-Jcode +WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} REPLACE_PERL= htmllint.cgi htmllint parsedtd.pl tagslist.cgi |