svn commit: r423474 - head/databases/db6

Matthias Andree mandree at FreeBSD.org
Fri Oct 7 18:12:40 UTC 2016


Author: mandree
Date: Fri Oct  7 18:12:38 2016
New Revision: 423474
URL: https://svnweb.freebsd.org/changeset/ports/423474

Log:
  Fix packaging with enabled TCL option.
  
  PR:		213279
  Submitted by:	osidorkin at gmail.com

Modified:
  head/databases/db6/Makefile

Modified: head/databases/db6/Makefile
==============================================================================
--- head/databases/db6/Makefile	Fri Oct  7 18:01:45 2016	(r423473)
+++ head/databases/db6/Makefile	Fri Oct  7 18:12:38 2016	(r423474)
@@ -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


More information about the svn-ports-all mailing list