diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
commit | f55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch) | |
tree | 0365b2c8f70162a32a46c986ab39d12c562fadaf /games/adgali/Makefile | |
parent | 6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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) |