Skip site navigation (1)Skip section navigation (2)
Date:      17 Jun 2002 01:08:43 -0000
From:      Jos Backus <jos@catnook.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39386: textproc/gpp: replace ${PERL} with ${REINPLACE_CMD}
Message-ID:  <20020617010843.80677.qmail@lizzy.catnook.com>

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

>Number:         39386
>Category:       ports
>Synopsis:       textproc/gpp: replace ${PERL} with ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 16 18:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
CatNook
>Environment:
System: FreeBSD lizzy.catnook.com 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Sat Jun 8 02:17:07 PDT 2002 root@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386


>Description:

    textproc/gpp: replace ${PERL} with ${REINPLACE_CMD}

>How-To-Repeat:
>Fix:

--- Makefile.orig	Sun Jun 16 18:06:44 2002
+++ Makefile	Sun Jun 16 18:07:00 2002
@@ -15,7 +15,7 @@
 MAN1=		gpp.1
 
 post-patch:
-		${PERL} -pi -e "s|/usr/local|${PREFIX}|g; \
+		${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g; \
 			s|gcc -O2 -Wall|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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