diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:29:22 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:29:22 +0000 |
commit | 484f9717491da54597213e96f9df5aa8840ab642 (patch) | |
tree | 4aebf1263ed1dd72d75253a4a62a2a1482d61e65 /www/wwwstat | |
parent | 240b5747d49196b9be7c461c4acde90ed0c287ba (diff) |
Notes
Diffstat (limited to 'www/wwwstat')
-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 \ |