summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-10 20:46:59 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-10 20:46:59 +0000
commitb40a81a3ce29bea70165bdaf044bede6586ae453 (patch)
tree4ef01c9842492263e1f66ebb1afa6e0002201ad5 /www
parentCompile error (diff)
Install error
Obtained from: http://bento.freebsd.org/errorlogs/
Notes
Notes: svn path=/head/; revision=21605
Diffstat (limited to 'www')
-rw-r--r--www/wwwstat/Makefile5
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