Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 12:29:43 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/41442: [Maintainer-update] deskutils/tuxcards USE_REINPLACE
Message-ID:  <200208081029.g78ATh5N045328@tl.kom.tuwien.ac.at>

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

>Number:         41442
>Category:       ports
>Synopsis:       [Maintainer-update] deskutils/tuxcards USE_REINPLACE
>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:   Thu Aug 08 03:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- tuxcards.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/tuxcards/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	24 May 2002 18:21:24 -0000	1.3
+++ Makefile	8 Aug 2002 10:27:01 -0000
@@ -19,13 +19,14 @@
 USE_QT_VER=	2
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
+USE_REINPLACE=	yes
 
 pre-patch:
-	@${PERL} -pi -e 's|\$$\(prefix\)/doc|\$$\(prefix\)/share/doc|' \
+	@${REINPLACE_CMD} -e 's|\$$\(prefix\)/doc|\$$\(prefix\)/share/doc|' \
 		${WRKSRC}/tuxcards/docs/en/Makefile.in
-	@${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
 .ifdef(NOPORTDOCS)
-	@${PERL} -pi -e 's|install-data-am\: install-data-local||' \
+	@${REINPLACE_CMD} -e 's|install-data-am\: install-data-local||' \
 		${WRKSRC}/tuxcards/docs/en/Makefile.in
 .endif #NOPORTDOCS
 
--- tuxcards.diff 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?200208081029.g78ATh5N045328>