diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-10 20:46:59 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-10 20:46:59 +0000 |
commit | b40a81a3ce29bea70165bdaf044bede6586ae453 (patch) | |
tree | 4ef01c9842492263e1f66ebb1afa6e0002201ad5 /www/wwwstat | |
parent | 6bed341c716686cda5826edd49b2835ce6e4d4c3 (diff) | |
download | ports-b40a81a3ce29bea70165bdaf044bede6586ae453.tar.gz ports-b40a81a3ce29bea70165bdaf044bede6586ae453.zip |
Notes
Diffstat (limited to 'www/wwwstat')
-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 |