diff options
Diffstat (limited to 'audio/opusfile/Makefile')
-rw-r--r-- | audio/opusfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index d2f3661c9c19..e8efa65bda50 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -50,7 +50,7 @@ post-patch: @${CP} ${FILESDIR}/ftime.c ${WRKSRC}/src/ post-install-DOXYGEN-on: - @${RM} -f ${WRKDIR}/PLIST.doc ; \ + @${RM} ${WRKDIR}/PLIST.doc ; \ ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ >> ${WRKDIR}/PLIST.doc ; \ |