summaryrefslogtreecommitdiffstats
path: root/databases/db5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db5/Makefile')
-rw-r--r--databases/db5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index 276aaef..1cd7005 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -93,13 +93,13 @@ post-install:
${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBMAJ} ; done
post-install-JAVA-off:
- ${RM} -r -f ${STAGEDIR}${DOCSDIR}/java
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/java
.for i in gsg gsg_db_rep gsg_txn
- ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i}/JAVA
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/${i}/JAVA
.endfor
post-install-SQL-off:
- ${RM} -r -f ${STAGEDIR}${DOCSDIR}/bdb-sql
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/bdb-sql
post-install-TCL-on:
echo "package ifneeded Db_tcl ${BDBVER} \
@@ -108,7 +108,7 @@ post-install-TCL-on:
post-install-TCL-off:
.for i in api_reference/TCL
- ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i}
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/${i}
.endfor
.include <bsd.port.mk>
OpenPOWER on IntegriCloud