diff options
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 \ |