summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-01 19:59:15 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-01 19:59:15 +0000
commite406b41fa60f83714e2e86fe9498e802e0db87f5 (patch)
treec2b184d36dfc1dffcb80660cdcaa1a046ef6c5f5 /games
parent- Respect X11BASE (diff)
- Respect X11BASE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178504
Diffstat (limited to 'games')
-rw-r--r--games/ppracer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile
index 99d86756d321..9049c121c2a9 100644
--- a/games/ppracer/Makefile
+++ b/games/ppracer/Makefile
@@ -27,6 +27,7 @@ CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure
@${ECHO_MSG} "===> Converting DOS text files to UNIX text files"
@${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.c" -or -name "*.h" \
-type f -print0 | \