diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 18:04:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 18:04:25 +0000 |
commit | 6ecc1a050c9d0462dcb078269813ad81b35e2d9c (patch) | |
tree | 0b1049c951a94aecb48b85e5dfe96e21673c7667 /www/awstats/Makefile | |
parent | d085fda35d5f5954617a0b32b718569c218ae8f2 (diff) | |
download | pkgsrc-6ecc1a050c9d0462dcb078269813ad81b35e2d9c.tar.gz |
Set DIST_SUBDIR due to distfile changes. Mainly documentation and warning message changes. The browsers database was also updated.
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 2c035717b0a..043f674c658 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2006/05/30 04:33:12 minskim Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/05 18:04:25 minskim Exp $ # DISTNAME= awstats-6.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://awstats.sourceforge.net/files/ @@ -10,6 +10,7 @@ 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 NO_BUILD= YES USE_TOOLS+= perl:run |