diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-01 21:15:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-01 21:15:39 +0000 |
commit | d87725c04f275529e7f52f238f1170ce6e2dcf6e (patch) | |
tree | 1a6699776531fc1fcc564ad77d91ab432f4df211 | |
parent | f1a3ca987334769fe834add922d901c90115ca78 (diff) |
Notes
-rw-r--r-- | games/bloboats/Makefile | 3 |
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> |