summaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 09:17:31 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 09:17:31 +0000
commit02ff24a5264f040f1edeb5775967459276a1fa52 (patch)
tree9eb17b0f3c0442432b850f6d206453c81cd1a541 /lang/tcl85
parentUpdate to 5.1.68 release. (diff)
- Fix letf-overs
Reported by: decke
Notes
Notes: svn path=/head/; revision=311820
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/files/patch-unix-Makefile.in2
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 fd8f3e9959d1..3e6bdfcc5f5e 100644
--- a/lang/tcl85/files/patch-unix-Makefile.in
+++ b/lang/tcl85/files/patch-unix-Makefile.in
@@ -148,7 +148,7 @@
+ @echo "Installing package platform 1.0.10 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.10.tm;
+ @echo "Installing package platform::shell 1.1.4 as a Tcl Module";
-+ @$(INSTALL_DATA_DIR) "$(LIB_INSTALL_DIR)"/platform;
++ @$(INSTALL_DATA_DIR) "$(SCRIPT_INSTALL_DIR)"/platform;
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/platform/shell-1.1.4.tm;
install-tzdata: ${TCL_EXE}