Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 18:12:38 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423474 - head/databases/db6
Message-ID:  <201610071812.u97ICc3f051254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610071812.u97ICc3f051254>