Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 00:19:43 +0100 (CET)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47233: Update port: games/xpilotmon (removes Perl depend)
Message-ID:  <20030119231943.A279B22E30@jsite.lefort.net>

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

>Number:         47233
>Category:       ports
>Synopsis:       Update port: games/xpilotmon (removes Perl depend)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 15:20:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 23:46:56 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
diff -ruN /usr/ports/games/xpilotmon/Makefile xpilotmon/Makefile
--- /usr/ports/games/xpilotmon/Makefile	Tue Jun  4 14:17:13 2002
+++ xpilotmon/Makefile	Mon Jan 20 00:10:46 2003
@@ -17,8 +17,10 @@
 ALL_TARGET=		xpilotmon
 MAN6=			xpilotmon.6
 
+USE_REINPLACE=		yes
+
 post-patch:
-	@${PERL} -pi -e "s/exec wish/exec wish8.4/" ${WRKSRC}/xpilotmon.org
-	@${PERL} -pi -e "s/.\(INSTALL_DATA\)/${INSTALL_MAN}/" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s/exec wish/exec wish8.4/" ${WRKSRC}/xpilotmon.org
+	@${REINPLACE_CMD} -e "s/\$$(INSTALL_DATA)/${INSTALL_MAN}/" ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119231943.A279B22E30>