svn commit: r311820 - head/lang/tcl85/files
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 7 09:17:32 UTC 2013
Author: gahr
Date: Thu Feb 7 09:17:31 2013
New Revision: 311820
URL: http://svnweb.freebsd.org/changeset/ports/311820
Log:
- Fix letf-overs
Reported by: decke
Modified:
head/lang/tcl85/files/patch-unix-Makefile.in
Modified: head/lang/tcl85/files/patch-unix-Makefile.in
==============================================================================
--- head/lang/tcl85/files/patch-unix-Makefile.in Thu Feb 7 09:14:58 2013 (r311819)
+++ head/lang/tcl85/files/patch-unix-Makefile.in Thu Feb 7 09:17:31 2013 (r311820)
@@ -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}
More information about the svn-ports-head
mailing list