diff options
-rw-r--r-- | games/balazar/Makefile | 1 | ||||
-rw-r--r-- | games/balazarbrothers/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/balazar/Makefile b/games/balazar/Makefile index d4fbad01fe1e..465e3cdec9a8 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -35,6 +35,7 @@ USE_SDL= sdl mixer USE_GETTEXT= yes PYDISTUTILS_PKGNAME= Balazar +PYDISTUTILS_EGGINFODIR= ${PREFIX}/share post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/setup.cfg diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index b590efb935bf..65479fe9544e 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -32,6 +32,7 @@ USE_GL= yes USE_GMAKE= yes PYDISTUTILS_PKGNAME= BalazarBrothers +PYDISTUTILS_EGGINFODIR= ${PREFIX}/share DATADIR= share/balazar_brothers OPTIONS= OPENAL "Use openal sound system" on \ |