Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 11:44:25 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39737: ports/sysutils/logtool  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623114351.R1039-100000@ivymike.satan.kom>

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

>Number:         39737
>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 11:50:01 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-logtool begins here ---
--- Makefile.orig	Sun Jan  6 20:20:29 2002
+++ Makefile	Sun Jun 23 11:42:53 2002
@@ -15,6 +15,7 @@

 LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/logtool

@@ -23,7 +24,7 @@
 MAN1=		logtool.1

 post-patch:
-	@${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/configure

 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${PREFIX}/man/man1
--- patch-logtool 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?20020623114351.R1039-100000>