summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-16 07:57:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-16 07:57:49 +0000
commit6e09765a88ad4f2580d3f332f6d0bbc4be37eab5 (patch)
tree4497a3b089f8f69b3a3311dc84f4275ccee74193 /games
parentRestore maintainer; his email was bouncing last week and I fat-fingered the (diff)
- Fix build
PR: ports/66679 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=109241
Diffstat (limited to 'games')
-rw-r--r--games/tenebrae/Makefile3
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