diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-01-03 12:37:06 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-01-03 12:37:06 +0000 |
commit | f553c9a1388ef327284f4b6f2e282976c961c63f (patch) | |
tree | 6520b54bd6e65668a7e449f28f087792a0f9e0e1 /www/awstats/Makefile | |
parent | c1b85da4bbfa5e7208baf0d02762806f27dd0cb9 (diff) | |
download | pkgsrc-f553c9a1388ef327284f4b6f2e282976c961c63f.tar.gz |
Add in an options.mk for Geo IP Free
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r-- | www/awstats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index e12a3a75a92..f8465c839e5 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/07/04 20:55:04 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2008/01/03 12:37:06 adrianp Exp $ # DISTNAME= awstats-6.6 @@ -22,6 +22,7 @@ REPLACE_PERL+= tools/*.pl \ wwwroot/cgi-bin/*.pl .include "../../mk/bsd.prefs.mk" +.include "options.mk" APACHE_USER?= www APACHE_GROUP?= www |