diff options
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 9d738e400ea..007b3c46211 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/28 20:05:23 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/10 13:07:20 seb Exp $ # DISTNAME= awstats-5.1 @@ -15,10 +15,10 @@ NO_BUILD= YES USE_PERL5= run REPLACE_PERL = \ - ${WRKSRC}/tools/awstats_buildstaticpages.pl \ - ${WRKSRC}/tools/awstats_updateall.pl \ - ${WRKSRC}/tools/logresolvemerge.pl \ - ${WRKSRC}/wwwroot/cgi-bin/awstats.pl + tools/awstats_buildstaticpages.pl \ + tools/awstats_updateall.pl \ + tools/logresolvemerge.pl \ + wwwroot/cgi-bin/awstats.pl do-install: ${INSTALL_DATA_DIR} ${PREFIX}/awstats |