Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 09:13:04 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39701: ports/news/diablo  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623091139.Q98878-100000@ivymike.satan.kom>

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

>Number:         39701
>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 09: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-diablo begins here ---
--- Makefile.orig	Fri Feb  8 02:44:10 2002
+++ Makefile	Sun Jun 23 09:01:06 2002
@@ -23,15 +23,16 @@
 		dkp.8 diablo.8 dexpire.8 dspoolout.8 dnewslink.8

 DOCDIR=		${PREFIX}/share/doc/diablo
+USE_REINPLACE=	yes

 post-extract:
 	${CP} ${SCRIPTDIR}/diablo.sh ${WRKDIR}

 do-configure:
-	${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
+	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKDIR}/diablo.sh ${WRKSRC}/XMakefile.inc
 .ifndef WITH_DES
-	${PERL} -pi -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc
+	${REINPLACE_CMD} -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc
 .endif

 do-build:
--- patch-diablo 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?20020623091139.Q98878-100000>