diff options
author | krion <krion@FreeBSD.org> | 2004-05-16 15:57:49 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-16 15:57:49 +0800 |
commit | f12a48dd2e70b70bf71023282d85c10ff87c4a5f (patch) | |
tree | a3f6c3903ef7da84622e13431396f78536d8ccca /games | |
parent | 161bafa67f20d91afeb81b6e4f096617ac4afe5f (diff) | |
download | freebsd-ports-gnome-f12a48dd2e70b70bf71023282d85c10ff87c4a5f.tar.gz freebsd-ports-gnome-f12a48dd2e70b70bf71023282d85c10ff87c4a5f.tar.zst freebsd-ports-gnome-f12a48dd2e70b70bf71023282d85c10ff87c4a5f.zip |
- Fix build
PR: ports/66679
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/tenebrae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile index 2dce492f1db6..0806be0e1139 100644 --- a/games/tenebrae/Makefile +++ b/games/tenebrae/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_GL= yes USE_XLIB= yes USE_SDL= yes +USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME}_0 @@ -31,7 +32,7 @@ MAKE_ENV= DATADIR="${DATADIR}" \ SDL_CONFIG="${SDL_CONFIG}" pre-patch: - @${PERL} -pi -e 's|\r||g' `${FIND} ${WRKSRC} -type f` + @${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g" `${FIND} ${WRKSRC} -type f` pre-build: @${LN} -sf ${WRKSRC}/linux/Makefile.i386linux ${WRKSRC}/linux/Makefile |