summaryrefslogtreecommitdiffstats
path: root/games/tuxkart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/tuxkart/Makefile')
-rw-r--r--games/tuxkart/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/tuxkart/Makefile b/games/tuxkart/Makefile
index 2a75b41..0089101 100644
--- a/games/tuxkart/Makefile
+++ b/games/tuxkart/Makefile
@@ -34,11 +34,10 @@ DESKTOP_ENTRIES="TuxKart" "" ${PORTNAME} \
"${PORTNAME}" "Game;SportsGame;" ""
post-patch:
- @${REINPLACE_CMD} -e 's|-O6|${PTHREAD_CFLAGS}|g ; \
- s|-lpthread|${PTHREAD_LIBS}|g ; \
- s|datadir/games|datadir|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|$$(prefix)/games|@bindir@|g ; \
+ @${REINPLACE_CMD} -e 's|-O6||g ; s|datadir/games|datadir|g' \
+ ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
+ -e 's|$$(prefix)/games|@bindir@|g ; \
s|$$(datadir)/games|$$(datadir)|g'
@${REINPLACE_CMD} -e 's|doc contrib| contrib|' \
${WRKSRC}/Makefile.in
OpenPOWER on IntegriCloud