pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/awstats Fix REPLACE_PERL: pathnames listed should ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc6bac0b3098
branches: trunk
changeset: 461075:dc6bac0b3098
user: seb <seb%pkgsrc.org@localhost>
date: Wed Sep 10 13:07:20 2003 +0000
description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
diffstat:
www/awstats/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 79d72b165ab4 -r dc6bac0b3098 www/awstats/Makefile
--- a/www/awstats/Makefile Wed Sep 10 13:03:42 2003 +0000
+++ b/www/awstats/Makefile Wed Sep 10 13:07:20 2003 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index