summaryrefslogtreecommitdiff
path: root/games/gtkballs
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/gtkballs
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/gtkballs')
-rw-r--r--games/gtkballs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index 3d0270b9e1d2..19438405ff9c 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_GTK= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -22,7 +23,7 @@ CONFIGURE_ARGS= --localstatedir=${DATADIR}
MAN6= gtkballs.6x
post-patch:
- @${PERL} -pi -e 's|^install-data-local|#install-data-local|g' \
+ @${REINPLACE_CMD} -e 's|^install-data-local|#install-data-local|g' \
${WRKSRC}/Makefile.in
post-install: