summaryrefslogtreecommitdiff
path: root/www/fcgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/fcgi/Makefile')
-rw-r--r--www/fcgi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
index 42b068ab11f0..178747ddca1a 100644
--- a/www/fcgi/Makefile
+++ b/www/fcgi/Makefile
@@ -35,7 +35,7 @@ post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
- @${RM} -f ${STAGEDIR}${DOCSDIR}/*.[13]
+ @${RM} ${STAGEDIR}${DOCSDIR}/*.[13]
.endif
.include <bsd.port.mk>