diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 09:17:31 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 09:17:31 +0000 |
commit | 02ff24a5264f040f1edeb5775967459276a1fa52 (patch) | |
tree | 9eb17b0f3c0442432b850f6d206453c81cd1a541 /lang | |
parent | 47f3850243fa3546686dd46bd2a99f26e72f5f00 (diff) |
Notes
Diffstat (limited to 'lang')
-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 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} |