diff options
Diffstat (limited to 'games/trigger-data/Makefile')
-rw-r--r-- | games/trigger-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trigger-data/Makefile b/games/trigger-data/Makefile index 417723c7ffa5..1db1f7e988ab 100644 --- a/games/trigger-data/Makefile +++ b/games/trigger-data/Makefile @@ -24,7 +24,7 @@ do-install: ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor # Avoid conflict with trigger-rally - @${RM} -f ${STAGEDIR}${DATADIR}/COPYING* \ + @${RM} ${STAGEDIR}${DATADIR}/COPYING* \ ${STAGEDIR}${DATADIR}/README* .include <bsd.port.mk> |