diff options
author | minskim <minskim> | 2009-09-19 00:05:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-09-19 00:05:02 +0000 |
commit | fbb4bf04b451c47d8670e1d7776b3040d4913ece (patch) | |
tree | 8b85a838dbb4f1c93ffc54636f29e336dcf2a7f0 /www/awstats/Makefile | |
parent | 1520dd830ebf9d5ba6907b3eed3b2b4a17ec6e7a (diff) | |
download | pkgsrc-fbb4bf04b451c47d8670e1d7776b3040d4913ece.tar.gz |
Make awstats work with the recent version of p5-Geo-IPfree.
Patch from awstats-6.95beta.
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r-- | www/awstats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index c581a96375b..3da6025c252 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2009/01/15 12:12:04 adam Exp $ +# $NetBSD: Makefile,v 1.41 2009/09/19 00:05:02 minskim Exp $ DISTNAME= awstats-6.9 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=awstats/} @@ -62,6 +63,7 @@ post-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/*.pl ${DESTDIR}${PREFIX}/awstats/bin + ${FIND} ${WRKSRC}/wwwroot/cgi-bin -name \*.orig -exec ${RM} {} \; ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/*.pl \ ${DESTDIR}${PREFIX}/awstats/cgi-bin ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf \ |