aboutsummaryrefslogtreecommitdiffstats
path: root/www/wwwstat/Makefile
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-02-24 21:29:22 +0800
committerskv <skv@FreeBSD.org>2009-02-24 21:29:22 +0800
commit872befb51d26885fa218e4062cc2f63459c7ddcd (patch)
treee0511daca5b4b0cb82bc55721f797edf3fa21a9d /www/wwwstat/Makefile
parentb77f8189e85d565569566af60052f899d974c382 (diff)
downloadfreebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.gz
freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.zst
freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.zip
Use variables SITE_PERL and SITE_PERL_REL where appropriate.
Diffstat (limited to 'www/wwwstat/Makefile')
-rw-r--r--www/wwwstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile
index 680f8264c8ae..6c196ae4ca7c 100644
--- a/www/wwwstat/Makefile
+++ b/www/wwwstat/Makefile
@@ -26,7 +26,7 @@ APACHE_COMPAT= yes
MAKE_ENV+= PERL5=${PERL5}
DIST_SUBDIR= wwwstat
MAN1= wwwstat.1 splitlog.1
-SITEPERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+SITEPERL= ${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}
do-install:
@if [ ! -d ${SITEPERL} ]; then \