summaryrefslogtreecommitdiffstats
path: root/games/xpilotmon
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-03 14:25:02 +0000
committeredwin <edwin@FreeBSD.org>2003-02-03 14:25:02 +0000
commit5b68f202854e0ab768ccb8aa0c428548cef50f65 (patch)
tree095aa7494f4aab2410f7962bb2094acea78b5b2e /games/xpilotmon
parentee591565f5c9113a32d1f0753239a47132eb5258 (diff)
downloadFreeBSD-ports-5b68f202854e0ab768ccb8aa0c428548cef50f65.zip
FreeBSD-ports-5b68f202854e0ab768ccb8aa0c428548cef50f65.tar.gz
Maintainer update port: games/xpilotmon (removes Perl depend)
PR: ports/47233 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'games/xpilotmon')
-rw-r--r--games/xpilotmon/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xpilotmon/Makefile b/games/xpilotmon/Makefile
index 24b6d3c..3c0f27f 100644
--- a/games/xpilotmon/Makefile
+++ b/games/xpilotmon/Makefile
@@ -17,8 +17,10 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
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>
OpenPOWER on IntegriCloud