diff options
author | mandree <mandree@FreeBSD.org> | 2016-10-08 02:12:38 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-10-08 02:12:38 +0800 |
commit | 450046f208913e451de40d3a97d4b7366095b4ae (patch) | |
tree | 18b26991ae8742c776d41a284992b26ed3d325d7 | |
parent | 660f0e0a27f4972ed28a3837db8cb76f63589b2f (diff) | |
download | freebsd-ports-gnome-450046f208913e451de40d3a97d4b7366095b4ae.tar.gz freebsd-ports-gnome-450046f208913e451de40d3a97d4b7366095b4ae.tar.zst freebsd-ports-gnome-450046f208913e451de40d3a97d4b7366095b4ae.zip |
Fix packaging with enabled TCL option.
PR: 213279
Submitted by: osidorkin@gmail.com
-rw-r--r-- | databases/db6/Makefile | 4 |
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 |