From d578b7947c275e541b271ffef397e47c599b256b Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Mon, 22 Mar 1999 17:45:22 +0000 Subject: [PATCH] make port perl5 aware Obtained from: http://bento.freebsd.org/~asami/errorlogs/3-full/ --- www/wwwstat/Makefile | 5 ++--- www/wwwstat/files/patch-ac | 11 +++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 www/wwwstat/files/patch-ac 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 # -# $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 +