diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 07:57:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 07:57:49 +0000 |
commit | 6e09765a88ad4f2580d3f332f6d0bbc4be37eab5 (patch) | |
tree | 4497a3b089f8f69b3a3311dc84f4275ccee74193 /games/tenebrae | |
parent | bfb7ac6323e1fc9179153e4dca51f41f633db9c8 (diff) | |
download | ports-6e09765a88ad4f2580d3f332f6d0bbc4be37eab5.tar.gz ports-6e09765a88ad4f2580d3f332f6d0bbc4be37eab5.zip |
- Fix build
PR: ports/66679
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109241
Diffstat (limited to 'games/tenebrae')
-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 |