diff options
Diffstat (limited to 'audio/festdoc/Makefile')
-rw-r--r-- | audio/festdoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index 5f86c4179c01..07542cb780c3 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -30,7 +30,7 @@ do-install: ${CP} $$info ${STAGEDIR}${PREFIX}/info && \ ${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \ cd ${STAGEDIR}${FDOC} && \ - ${RM} -f $$info && \ + ${RM} $$info && \ ${RMDIR} festival/info .include <bsd.port.mk> |