aboutsummaryrefslogtreecommitdiff
path: root/games/bloboats
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-12-01 21:15:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-12-01 21:15:39 +0000
commitd87725c04f275529e7f52f238f1170ce6e2dcf6e (patch)
tree1a6699776531fc1fcc564ad77d91ab432f4df211 /games/bloboats
parentf1a3ca987334769fe834add922d901c90115ca78 (diff)
downloadports-d87725c04f275529e7f52f238f1170ce6e2dcf6e.tar.gz
ports-d87725c04f275529e7f52f238f1170ce6e2dcf6e.zip
Notes
Diffstat (limited to 'games/bloboats')
-rw-r--r--games/bloboats/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile
index a03cc2bcd78d..f1d35d0796a3 100644
--- a/games/bloboats/Makefile
+++ b/games/bloboats/Makefile
@@ -25,4 +25,7 @@ USE_GCC= 3.4+
MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}"
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>