mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
make port perl5 aware
Obtained from: http://bento.freebsd.org/~asami/errorlogs/3-full/
This commit is contained in:
parent
678f1084e9
commit
d578b7947c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17353
@ -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
|
||||
|
11
www/wwwstat/files/patch-ac
Normal file
11
www/wwwstat/files/patch-ac
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user