Skip to content

Commit

Permalink
MFH: r350435
Browse files Browse the repository at this point in the history
- Fix shebang lines of installed binaries (needed to UNBREAK print/pdf4tcl)

Approved by:    portmgr
  • Loading branch information
gahr committed Apr 7, 2014
1 parent bda3cca commit 62b08df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/tcllib/Makefile
Expand Up @@ -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
#
Expand Down

0 comments on commit 62b08df

Please sign in to comment.