diff options
author | adrianp <adrianp> | 2006-07-29 05:50:35 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-07-29 05:50:35 +0000 |
commit | 66d15c49c6b5ae18a59cdcb6b0d45ffa56f5afaa (patch) | |
tree | b2a32ed755f84a0df6c5a40e143b2084f246da2a /www/awstats/Makefile | |
parent | 8f4e0fcd72bfae791875ca04e983b45006d35395 (diff) | |
download | pkgsrc-66d15c49c6b5ae18a59cdcb6b0d45ffa56f5afaa.tar.gz |
Update DIST_SUBDIR as it looks like the tarball on the awstats site
has been re-generated.
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r-- | www/awstats/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 5664c1b4f99..72a1cdee7c6 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/13 17:02:04 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/29 05:50:36 adrianp Exp $ # DISTNAME= awstats-6.6 @@ -10,7 +10,11 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://awstats.sourceforge.net/ COMMENT= Free real-time logfile analyzer to get advanced web statistics -DIST_SUBDIR= ${PKGNAME_NOREV}nb2 +# awstats are in the habit of updating the tarball but not incrementing +# the version or name of the tarball. DIST_SUBDIR must be set like this +# to avoid checksum errors. +# +DIST_SUBDIR= ${PKGNAME} NO_BUILD= YES USE_TOOLS+= perl:run |