summaryrefslogtreecommitdiff
path: root/games/xmastermind
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
commit520bec1f56b59e6f799cb8d16ae618cda06384a1 (patch)
treed6f3d35c80e52d7987e6598f667ba08fe60f38fb /games/xmastermind
parentit needs PERL (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62204
Diffstat (limited to 'games/xmastermind')
-rw-r--r--games/xmastermind/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile
index 6db089b6caf4..fcab790f095c 100644
--- a/games/xmastermind/Makefile
+++ b/games/xmastermind/Makefile
@@ -15,10 +15,11 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
+USE_REINPLACE= yes
USE_X_PREFIX= yes
pre-patch:
- @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' \
+ @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/list.h
do-install: