diff options
author | gls <gls@pkgsrc.org> | 2012-02-13 22:34:38 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-02-13 22:34:38 +0000 |
commit | 3d9f933692c351f104fd88b259ff15f924095f52 (patch) | |
tree | 2b8f19cff8d9cbbdd4a137598dc66cf1c5535b06 /www/awstats/Makefile | |
parent | 78036d733ebb91de1583d03541cfdcafe93d25cd (diff) | |
download | pkgsrc-3d9f933692c351f104fd88b259ff15f924095f52.tar.gz |
Fix behavior with perl 5.14.
From Nils Ratusznik per PR pkg/45743.
Diffstat (limited to 'www/awstats/Makefile')
-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 f061e47bc0b..82d1d98f3d5 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2012/02/05 23:58:07 minskim Exp $ +# $NetBSD: Makefile,v 1.47 2012/02/13 22:34:38 gls Exp $ DISTNAME= awstats-7.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=awstats/} |