diff options
Diffstat (limited to 'games/vectoroids/Makefile')
-rw-r--r-- | games/vectoroids/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index c7cd76125ed9..a9227bb5f52a 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -23,7 +23,7 @@ DESKTOP_ENTRIES="Vectoroids" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" post-patch: - @${FIND} ${WRKDIR} -name .xvpics | ${XARGS} ${RM} -fr + @${FIND} ${WRKDIR} -name .xvpics | ${XARGS} ${RM} -r do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ |