summaryrefslogtreecommitdiffstats
path: root/games/adgali/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
commitf55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch)
tree0365b2c8f70162a32a46c986ab39d12c562fadaf /games/adgali/Makefile
parent6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff)
downloadFreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip
FreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/adgali/Makefile')
-rw-r--r--games/adgali/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile
index ea0bf9f..9e9221f 100644
--- a/games/adgali/Makefile
+++ b/games/adgali/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+USE_REINPLACE= yes
USE_FREETYPE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
@@ -35,7 +36,7 @@ CONFIGURE_ARGS= --enable-compile-type=optim
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e 's|-O3 ||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
OpenPOWER on IntegriCloud