diff options
Diffstat (limited to 'games/linux-ut2003-demo/Makefile')
-rw-r--r-- | games/linux-ut2003-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ut2003-demo/Makefile b/games/linux-ut2003-demo/Makefile index 94b385db0573..195ec22ce831 100644 --- a/games/linux-ut2003-demo/Makefile +++ b/games/linux-ut2003-demo/Makefile @@ -52,7 +52,7 @@ do-extract: @cd ${WRKSRC} && ${TAR} zxf setupstuff.tar.gz pre-install: - @${RM} -f ${PLIST} + @${RM} ${PLIST} @cd ${WRKSRC} && \ ${FIND} ${LIBDIRS} -type f | ${SORT} \ | ${SED} -e 's|^|${UTDIR_REL}/|' >> ${PLIST} |