Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 09:54:58 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39711: ports/print/latex2slides  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623095407.N99424-100000@ivymike.satan.kom>

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

>Number:         39711
>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:00:06 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-latex2slides begins here ---
--- Makefile.orig	Thu May 23 08:15:45 2002
+++ Makefile	Sun Jun 23 09:52:58 2002
@@ -19,6 +19,7 @@
 		dvips:${PORTSDIR}/print/teTeX \
 		convert:${PORTSDIR}/graphics/ImageMagick

+USE_REINPLACE=	yes
 USE_PYTHON=	yes
 NO_BUILD=	yes

@@ -26,9 +27,9 @@
 MAN1=	latex2slides.1

 post-patch:
-	@${PERL} -pi -e "s,/usr,${PREFIX},g ; \
+	@${REINPLACE_CMD} -e "s,/usr,${PREFIX},g ; \
 		s,share/man,man,g" ${WRKSRC}/install
-	@${PERL} -pi -e "s,/usr/share,${PREFIX}/share,g" ${WRKSRC}/latex2slides
+	@${REINPLACE_CMD} -e "s,/usr/share,${PREFIX}/share,g" ${WRKSRC}/latex2slides

 do-install:
 	@(cd ${WRKSRC} ; ${PYTHON_CMD} ./install)
--- patch-latex2slides 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?20020623095407.N99424-100000>