diff options
Diffstat (limited to 'games/bugsquish/Makefile')
-rw-r--r-- | games/bugsquish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bugsquish/Makefile b/games/bugsquish/Makefile index 30aa6c5f1cf8..365ce964efc0 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}/| ; \ |