aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-03-23 01:45:22 +0800
committerandreas <andreas@FreeBSD.org>1999-03-23 01:45:22 +0800
commitdc1a873fff045db4490a6b93a008132a490af503 (patch)
treeb98e3f9c3ca4f126566728f044fe1033aa24d471 /www
parent2c091b44c7320876350dc8cb561a97de16953e6d (diff)
downloadfreebsd-ports-gnome-dc1a873fff045db4490a6b93a008132a490af503.tar.gz
freebsd-ports-gnome-dc1a873fff045db4490a6b93a008132a490af503.tar.zst
freebsd-ports-gnome-dc1a873fff045db4490a6b93a008132a490af503.zip
make port perl5 aware
Obtained from: http://bento.freebsd.org/~asami/errorlogs/3-full/
Diffstat (limited to 'www')
-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
+