diff options
author | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
commit | 872befb51d26885fa218e4062cc2f63459c7ddcd (patch) | |
tree | e0511daca5b4b0cb82bc55721f797edf3fa21a9d /www/wwwstat/Makefile | |
parent | b77f8189e85d565569566af60052f899d974c382 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |