diff options
author | dmcmahill <dmcmahill> | 2003-01-29 02:05:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-01-29 02:05:19 +0000 |
commit | c00eb7f4f4ee1355adcd7c666a0edc6e1fd6a0a1 (patch) | |
tree | c19f9665b3c86492d43d9fb38c57e9927581770f | |
parent | 2029cc2f617a161d6a954e8292c63df8ad92eca1 (diff) | |
download | pkgsrc-c00eb7f4f4ee1355adcd7c666a0edc6e1fd6a0a1.tar.gz |
use DIST_SUBDIR=${PKGNAME} since the distfile has no version number.
-rw-r--r-- | www/htmllint/Makefile | 4 | ||||
-rw-r--r-- | www/htmllint/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index 4c2f5e03897..a8ca7c2a836 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/11/22 16:10:10 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/29 02:05:19 dmcmahill Exp $ # DISTNAME= htmllint @@ -13,6 +13,8 @@ COMMENT= Another HTML-Lint program DEPENDS+= p5-Jcode>=0.68:../../converters/p5-Jcode +DIST_SUBDIR= ${PKGNAME} + USE_PERL5= # defined WRKSRC= ${WRKDIR} NO_CONFIGURE= # defined diff --git a/www/htmllint/distinfo b/www/htmllint/distinfo index ac1fde6de2a..77b0b8687d0 100644 --- a/www/htmllint/distinfo +++ b/www/htmllint/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2002/11/22 16:10:10 jschauma Exp $ +$NetBSD: distinfo,v 1.4 2003/01/29 02:05:20 dmcmahill Exp $ -SHA1 (htmllint.zip) = 07a3e71d4c1f2e46b26f4f39aea1d06d1f834cd4 -Size (htmllint.zip) = 667900 bytes +SHA1 (htmllint-20021103/htmllint.zip) = 07a3e71d4c1f2e46b26f4f39aea1d06d1f834cd4 +Size (htmllint-20021103/htmllint.zip) = 667900 bytes SHA1 (patch-aa) = bdaeb7be2fbf2a1295f4840d52a2e0f5f1cc31bc SHA1 (patch-ab) = 5c471f6833812cb7473f763e2ce25c1c48436b0c SHA1 (patch-ac) = e3ac802ed17d7939e47e6f074113ddad2eb93e68 |