diff options
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index e16c1bc450ef..691f991b34d5 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -39,6 +39,8 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(datadir)/games|$$(datadir)|g; \ s|$$(prefix)/games|$$(prefix)/bin|g' + @${REINPLACE_CMD} -e 's|PREFIX/games|PREFIX/bin|' \ + ${WRKSRC}/data/supertuxkart_desktop.template .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_pkgdataDATA||' \ ${WRKSRC}/Makefile.in |