aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-10-07 18:12:38 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-10-07 18:12:38 +0000
commit3a6394696035025f43c57f8c4dfdcc7335777cd8 (patch)
tree18b26991ae8742c776d41a284992b26ed3d325d7 /databases
parent34f6be41507bbfc9e94fe7af9d7b30e3364ab876 (diff)
downloadports-3a6394696035025f43c57f8c4dfdcc7335777cd8.tar.gz
ports-3a6394696035025f43c57f8c4dfdcc7335777cd8.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/db6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db6/Makefile b/databases/db6/Makefile
index 6b796871c864..9f0540054235 100644
--- a/databases/db6/Makefile
+++ b/databases/db6/Makefile
@@ -93,12 +93,12 @@ post-install-SQL-on:
${INSTALL_SCRIPT} ${WRKSRC}/../lang/sql/upgrade61.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-upgrade61.sh
-post-install-TCL-off:
+post-install-TCL-on:
echo "package ifneeded Db_tcl ${BDBVER} \
[list load [file join $$dir libdb_tcl-${BDBVER}.so]] \
" > ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/pkgIndex.tcl
-post-install-TCL-on:
+post-install-TCL-off:
.for i in api_reference/TCL
${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i}
.endfor