diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-11 04:46:59 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-11 04:46:59 +0800 |
commit | 40667bdae21f86787f8e6772089755068498c692 (patch) | |
tree | 8d2fc0a727fe20073cc0072f3a1afcc2c28686b7 /www | |
parent | 1604ba12ee958130ad3becb4f98f2918685877bc (diff) | |
download | freebsd-ports-gnome-40667bdae21f86787f8e6772089755068498c692.tar.gz freebsd-ports-gnome-40667bdae21f86787f8e6772089755068498c692.tar.zst freebsd-ports-gnome-40667bdae21f86787f8e6772089755068498c692.zip |
Install error
Obtained from: http://bento.freebsd.org/errorlogs/
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwstat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index 931e0992af0e..e61b3197d08d 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: wwwstat # Version required: 2.01 -# Date created: So 2 Mär 1997 18:10:49 MET +# Date created: So 2 M-Aär 1997 18:10:49 MET$)B # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ @@ -27,6 +27,9 @@ MAN1= wwwstat.1 splitlog.1 SITEPERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} do-install: + @if [ ! -d ${SITEPERL} ]; then \ + ${MKDIR} ${SITEPERL}; \ + fi @${INSTALL_SCRIPT} ${WRKSRC}/wwwstat ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/splitlog ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/monthly ${PREFIX}/bin |