Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 09:34:02 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r350438 - branches/2014Q2/devel/tcllib
Message-ID:  <201404070934.s379Y2of058043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Apr  7 09:34:01 2014
New Revision: 350438
URL: http://svnweb.freebsd.org/changeset/ports/350438
QAT: https://qat.redports.org/buildarchive/r350438/

Log:
  MFH: r350435
  
  - Fix shebang lines of installed binaries (needed to UNBREAK print/pdf4tcl)
  
  Approved by:    portmgr

Modified:
  branches/2014Q2/devel/tcllib/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/devel/tcllib/Makefile
==============================================================================
--- branches/2014Q2/devel/tcllib/Makefile	Mon Apr  7 09:17:06 2014	(r350437)
+++ branches/2014Q2/devel/tcllib/Makefile	Mon Apr  7 09:34:01 2014	(r350438)
@@ -65,7 +65,7 @@ post-patch:
 		-e 's,$$(libdir)/@PACKAGE@@VERSION@,$$(libdir)/@PACKAGE@,' \
 		${WRKSRC}/Makefile.in
 	${FIND} ${WRKSRC}/apps -type f ! -name "*.man" | ${XARGS} \
-	   ${REINPLACE_CMD} -e 's,exec tclsh,exec ${TCLSH},'
+	   ${REINPLACE_CMD} -e 's,exec tclsh,exec ${TCLSH},' -e 's,/usr/bin/env tclsh,${TCLSH},'
 #
 # 	patch(1) adds a newline at eof, so we need to remove it here
 #



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