pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/awstats Use `*.pl' instead of specify every file t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d3d763052f6
branches:  trunk
changeset: 466192:9d3d763052f6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jan 12 23:58:43 2004 +0000

description:
Use `*.pl' instead of specify every file to REPLACE_PERL.

diffstat:

 www/awstats/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r a794667754c6 -r 9d3d763052f6 www/awstats/Makefile
--- a/www/awstats/Makefile      Mon Jan 12 23:54:50 2004 +0000
+++ b/www/awstats/Makefile      Mon Jan 12 23:58:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/12 23:53:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/12 23:58:43 xtraeme Exp $
 #
 
 DISTNAME=      awstats-5.9
@@ -14,12 +14,8 @@
 NO_BUILD=      YES
 USE_PERL5=     run
 
-REPLACE_PERL =                                         \
-               tools/awstats_buildstaticpages.pl       \
-               tools/awstats_updateall.pl              \
-               tools/logresolvemerge.pl                \
-               wwwroot/cgi-bin/awredir.pl              \
-               wwwroot/cgi-bin/awstats.pl
+REPLACE_PERL=  tools/*.pl              \
+               wwwroot/cgi-bin/*.pl
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/awstats



Home | Main Index | Thread Index | Old Index