diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-20 16:44:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-20 16:44:50 +0000 |
commit | 4a620384cf473770c5e1a8c5ccfc3d17cad791fc (patch) | |
tree | a1b1241bcd8774cf84f2052aab85c80d093ab6d9 /www/awstats | |
parent | 46b8f858c8851b2b7514c05be8470c9cb77ee8ce (diff) | |
download | pkgsrc-4a620384cf473770c5e1a8c5ccfc3d17cad791fc.tar.gz |
Revert to PKGNAME as DISTDIR.
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index eafc969bd71..74623b61834 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/02/15 15:00:21 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/20 16:44:50 joerg Exp $ # DISTNAME= awstats-6.6 @@ -9,7 +9,7 @@ MASTER_SITES= http://awstats.sourceforge.net/files/ # the version or name of the tarball. DIST_SUBDIR must be set like this # to avoid checksum errors. # -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${PKGNAME} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://awstats.sourceforge.net/ |