svn commit: r350435 - head/devel/tcllib

Pietro Cerutti gahr at FreeBSD.org
Mon Apr 7 09:07:46 UTC 2014


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
 #


More information about the svn-ports-all mailing list