summaryrefslogtreecommitdiffstats
path: root/games/bugsquish
diff options
context:
space:
mode:
Diffstat (limited to 'games/bugsquish')
-rw-r--r--games/bugsquish/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bugsquish/Makefile b/games/bugsquish/Makefile
index 30aa6c5..365ce96 100644
--- a/games/bugsquish/Makefile
+++ b/games/bugsquish/Makefile
@@ -31,8 +31,8 @@ OPTIONS_DEFINE= DOCS
post-extract:
${TAR} xfjp ${_DISTDIR}/${PORTNAME}_music${EXTRACT_SUFX} -C \
${WRKSRC}/data/music/
- @cd ${WRKSRC}/data/music ; ${RM} -f *.mod
- @${FIND} ${WRKDIR} -name .xvpics -print0 | ${XARGS} -0 ${RM} -fr
+ @cd ${WRKSRC}/data/music ; ${RM} *.mod
+ @${FIND} ${WRKDIR} -name .xvpics -print0 | ${XARGS} -0 ${RM} -r
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/bugsquish/|${DATADIR}/| ; \
OpenPOWER on IntegriCloud