Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2003 01:44:53 +0200 (CEST)
From:      Melvyn Sopacua <melvyn@webteckies.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        MAINTAINER <skv@FreeBSD.org>
Subject:   ports/54771: [PATCH] p5-Apache-Test install target
Message-ID:  <20030722234453.1B31721BB9@ghost.lan.webteckies.org>
Resent-Message-ID: <200307222350.h6MNoKvd043704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54771
>Category:       ports
>Synopsis:       [PATCH] p5-Apache-Test install target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 16:50:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Jul 22 23:53:48 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386


	
>Description:
	install target of p5-Apache-Test fails, because it wants
	the undefined variable PERLRUN.
>How-To-Repeat:
	cd /usr/ports/www/p5-Apache-Test && make clean install
>Fix:

Index: www/p5-Apache-Test/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Test/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/p5-Apache-Test/Makefile	6 Jul 2003 12:24:04 -0000	1.1
+++ www/p5-Apache-Test/Makefile	22 Jul 2003 23:40:46 -0000
@@ -32,5 +32,7 @@
 
 post-configure:
 	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
+	@${PERL} -pi -e 's/PERLRUN/PERL/' ${WRKSRC}/Makefile
+
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722234453.1B31721BB9>