diff options
Diffstat (limited to 'games/flightgear-aircraft/Makefile')
-rw-r--r-- | games/flightgear-aircraft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flightgear-aircraft/Makefile b/games/flightgear-aircraft/Makefile index 8a88333a9b8c..cd121507f683 100644 --- a/games/flightgear-aircraft/Makefile +++ b/games/flightgear-aircraft/Makefile @@ -72,7 +72,7 @@ post-patch: \( -name COPYING -or -name LICENSE -or -name copyright \) -delete pre-install: - @${RM} -f ${PLIST} + @${RM} ${PLIST} @cd ${WRKSRC} && \ ${FIND} * -type d -empty | ${SORT} \ | ${SED} -e 's|^|@exec ${MKDIR} %D/share/flightgear/Aircraft/|' >> ${PLIST} && \ |