diff options
-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/ |