diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
commit | 520bec1f56b59e6f799cb8d16ae618cda06384a1 (patch) | |
tree | d6f3d35c80e52d7987e6598f667ba08fe60f38fb /games/adgali | |
parent | it 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/adgali')
-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 ea0bf9f858f4..9e9221ffb9d2 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) |