aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qmmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/qmmp/Makefile')
-rw-r--r--multimedia/qmmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile
index 48435a584403..e0a05cd8269b 100644
--- a/multimedia/qmmp/Makefile
+++ b/multimedia/qmmp/Makefile
@@ -292,7 +292,7 @@ post-patch:
${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|'
pre-configure:
- @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt
+ @${RM} ${BUILD_WRKSRC}/CMakeCache.txt
post-build-DOXYGEN-on:
cd ${WRKSRC}/doc && doxygen Doxyfile
@@ -307,7 +307,7 @@ post-install-DOXYGEN-on:
${INSTALL_MAN} *.html *.png *.css ${STAGEDIR}${DOCSDIR}/html ; \
cd ${WRKSRC}/doc/html/search && \
${INSTALL_MAN} *.html *.png *.css *.js ${STAGEDIR}${DOCSDIR}/html/search ; \
- ${RM} -f ${WRKDIR}/PLIST.doc ; \
+ ${RM} ${WRKDIR}/PLIST.doc ; \
${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \
${SED} 's|${STAGEDIR}${PREFIX}/||' \
>> ${WRKDIR}/PLIST.doc ; \