diff options
Diffstat (limited to 'games/dangerdeep/Makefile')
-rw-r--r-- | games/dangerdeep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index c6da1bb738b5..38a6ba8fa736 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -43,6 +43,8 @@ SCONS_ARGS+= usex86sse=-1 # disable MMX/SSE on the build cluster post-patch: @${REINPLACE_CMD} -e 's|/usr/share/games/dangerdeep|${DATADIR}|; \ s|Linux|"Danger from the Deep"|' ${WRKSRC}/doc/man/dangerdeep.6 + @${REINPLACE_CMD} -e 's|/usr/X11BASE|${LOCALBASE}|g' \ + ${WRKSRC}/SConstruct do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} scons ${SCONS_ARGS} |