Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 09:07:46 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350435 - head/devel/tcllib
Message-ID:  <201404070907.s3797kgt045564@svn.freebsd.org>

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

Log:
  - Fix shebang lines of installed binaries (needed to UNBREAK print/pdf4tcl)
  
  MFH:	2014Q2

Modified:
  head/devel/tcllib/Makefile

Modified: head/devel/tcllib/Makefile
==============================================================================
--- head/devel/tcllib/Makefile	Mon Apr  7 09:05:45 2014	(r350434)
+++ head/devel/tcllib/Makefile	Mon Apr  7 09:07:45 2014	(r350435)
@@ -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?201404070907.s3797kgt045564>