summaryrefslogtreecommitdiff
path: root/www/wwwstat
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-03-22 17:45:22 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-03-22 17:45:22 +0000
commitd578b7947c275e541b271ffef397e47c599b256b (patch)
treeebd6fe6991477a8b1903d130c86ee4f4694e621f /www/wwwstat
parentDistfile fennerage (diff)
make port perl5 aware
Obtained from: http://bento.freebsd.org/~asami/errorlogs/3-full/
Notes
Notes: svn path=/head/; revision=17353
Diffstat (limited to 'www/wwwstat')
-rw-r--r--www/wwwstat/Makefile5
-rw-r--r--www/wwwstat/files/patch-ac11
2 files changed, 13 insertions, 3 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile
index 4239e74c117b..c79d6fab7a51 100644
--- a/www/wwwstat/Makefile
+++ b/www/wwwstat/Makefile
@@ -3,7 +3,7 @@
# Date created: So 2 Mär 1997 18:10:49 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.8 1998/06/07 03:13:43 ache Exp $
+# $Id: Makefile,v 1.9 1998/08/24 12:40:21 asami Exp $
#
DISTNAME= wwwstat-2.01
@@ -16,11 +16,10 @@ PATCHFILES= patch-2.01.txt
MAINTAINER= andreas@FreeBSD.ORG
-BROKEN= perl5 upgrade
-
RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache13
USE_PERL5= yes
+MAKE_ENV+= PERL5=${PERL5}
DIST_SUBDIR= wwwstat
WRKSRC= ${WRKDIR}/wwwstat-2.0
MAN1= wwwstat.1 splitlog.1
diff --git a/www/wwwstat/files/patch-ac b/www/wwwstat/files/patch-ac
new file mode 100644
index 000000000000..061e0f753776
--- /dev/null
+++ b/www/wwwstat/files/patch-ac
@@ -0,0 +1,11 @@
+--- Makefile.orig Mon Mar 22 18:42:40 1999
++++ Makefile Mon Mar 22 18:42:48 1999
+@@ -8,7 +8,7 @@
+ # You need to change the following line to the full pathname
+ # of your perl interpreter
+
+-PERLBIN = /usr/local/bin/perl
++PERLBIN = $(PERL5)
+
+ # and here are a some commands that may be system-dependent
+