From d50920b668c588e5a4042f5845047ce327743aec Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 10 Sep 2003 13:07:20 +0000 Subject: Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. --- www/awstats/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www') 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 -- cgit v1.2.3