svn commit: r350438 - branches/2014Q2/devel/tcllib
Pietro Cerutti
gahr at FreeBSD.org
Mon Apr 7 09:34:02 UTC 2014
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
#
More information about the svn-ports-all
mailing list