diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-26 15:55:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-26 15:55:41 +0000 |
commit | 4b0265337774526f2282b70d076f9e6122729fc3 (patch) | |
tree | a741d7e590685c143f1a63ccd8823a3d2434b732 /www/awstats/Makefile | |
parent | db04bdb6881a100e2ac11b2c007925ea8d3215e7 (diff) | |
download | pkgsrc-4b0265337774526f2282b70d076f9e6122729fc3.tar.gz |
Distfile changed without bumping the version number. Noted by adrianp@.
diff(1) shows that some default values have been changed.
Set DIST_SUBDIR and bump PKGREVISION.
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r-- | www/awstats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index be6749053e3..f36b242f316 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/01/19 12:49:33 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/26 15:55:41 minskim Exp $ # DISTNAME= awstats-6.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://awstats.sourceforge.net/files/ EXTRACT_SUFX= .tgz @@ -11,6 +11,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://awstats.sourceforge.net/ COMMENT= Free real-time logfile analyzer to get advanced web statistics +DIST_SUBDIR= ${PKGNAME} USE_BUILDLINK3= YES NO_BUILD= YES USE_PERL5= run |