diff options
Diffstat (limited to 'games/ufoai-data/Makefile')
-rw-r--r-- | games/ufoai-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ufoai-data/Makefile b/games/ufoai-data/Makefile index 96403a3707fa..d3774e3099f0 100644 --- a/games/ufoai-data/Makefile +++ b/games/ufoai-data/Makefile @@ -32,7 +32,7 @@ post-extract: @${RM} ${WRKSRC}/base/*.pk3 pre-install: - @${RM} -f ${PLIST} + @${RM} ${PLIST} @cd ${WRKSRC}/base && \ ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/base/|' >> ${PLIST} |