aboutsummaryrefslogtreecommitdiff
path: root/games/zatacka
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-19 17:52:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-19 17:52:54 +0000
commit1d1b8ab5222afc9d464b3e65dbb8dd922902f113 (patch)
tree2c82447b85061016db22e4734bd3dfd785d50bb0 /games/zatacka
parent0dc4968a0cffa6cdd37777f1efa991b3d15b1d6b (diff)
downloadports-1d1b8ab5222afc9d464b3e65dbb8dd922902f113.tar.gz
ports-1d1b8ab5222afc9d464b3e65dbb8dd922902f113.zip
Notes
Diffstat (limited to 'games/zatacka')
-rw-r--r--games/zatacka/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zatacka/Makefile b/games/zatacka/Makefile
index d31e110c90f8..d33eddc1459d 100644
--- a/games/zatacka/Makefile
+++ b/games/zatacka/Makefile
@@ -23,6 +23,7 @@ USE_GMAKE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include"
post-patch:
- @${REINPLACE_CMD} -e 's|DATADIR|"${DATADIR}"|' ${WRKSRC}/src/main.cpp
+ @${REINPLACE_CMD} -e 's|__linux__|__FreeBSD__|; s|\[30\]|[PATH_MAX]|' \
+ ${WRKSRC}/src/main.cpp
.include <bsd.port.mk>