make port perl5 aware

Obtained from:	http://bento.freebsd.org/~asami/errorlogs/3-full/
This commit is contained in:
Andreas Klemm 1999-03-22 17:45:22 +00:00
parent 678f1084e9
commit d578b7947c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17353
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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