Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 10:19:24 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39715: ports/science/euler  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623101846.I99600-100000@ivymike.satan.kom>

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

>Number:         39715
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 10:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-euler begins here ---
--- Makefile.orig	Mon May 13 20:59:02 2002
+++ Makefile	Sun Jun 23 10:17:39 2002
@@ -14,13 +14,14 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_GTK=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME:R}/source
 MAKEFILE=	makefile
 ALL_TARGET=	# empty

 post-patch:
-	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \
+	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g ; \
 		s,gtk-config,${GTK_CONFIG},g ; \
 		s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/${MAKEFILE}
--- patch-euler ends here ---


>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?20020623101846.I99600-100000>