diff options
author | xtraeme <xtraeme> | 2004-01-12 23:58:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-12 23:58:43 +0000 |
commit | a9367faacde8806e9b91bba2c0ad71cbaa03f689 (patch) | |
tree | 8e3125fc4a278261086fb734e25d2db021ec07aa /www | |
parent | ac757b75eb1ba12875b31ac2aec36eee5a33eb40 (diff) | |
download | pkgsrc-a9367faacde8806e9b91bba2c0ad71cbaa03f689.tar.gz |
Use `*.pl' instead of specify every file to REPLACE_PERL.
Diffstat (limited to 'www')
-rw-r--r-- | www/awstats/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 967c17b2481..879dd90cbf8 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -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 @@ USE_BUILDLINK2= YES 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 |