diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-29 16:01:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-29 16:01:47 +0000 |
commit | 39e480425abf3a256b3743234921873c85f7d027 (patch) | |
tree | 209beee95740d4627f99bcbca7015390cf8f50e4 /lang/tcl85 | |
parent | 2b61d71d195d69920d1f014032810a8f4e5b6066 (diff) | |
download | ports-39e480425abf3a256b3743234921873c85f7d027.tar.gz ports-39e480425abf3a256b3743234921873c85f7d027.zip |
Notes
Diffstat (limited to 'lang/tcl85')
-rw-r--r-- | lang/tcl85/files/patch-unix-Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl85/files/patch-unix-Makefile.in b/lang/tcl85/files/patch-unix-Makefile.in index a995b0933005..28b499ab9c34 100644 --- a/lang/tcl85/files/patch-unix-Makefile.in +++ b/lang/tcl85/files/patch-unix-Makefile.in @@ -135,7 +135,7 @@ - "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ - fi + @echo "Customizing tcl module path"; -+ @echo "if {![interp issafe]} { ::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)} }" >> \ ++ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ + "$(SCRIPT_INSTALL_DIR)"/tm.tcl; + +install-tm: |