aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85/files
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-03 09:25:40 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-03 09:25:40 +0000
commitc55338ddb80da65ab74bd75cba372b3c66cec677 (patch)
tree9fc4e908b83a5d36aaaba98d59d93cf94af95ba6 /lang/tcl85/files
parent6a903d650aedfa6860259b522fa5eda270bbfbd5 (diff)
downloadports-c55338ddb80da65ab74bd75cba372b3c66cec677.tar.gz
ports-c55338ddb80da65ab74bd75cba372b3c66cec677.zip
- STAGE-clean
- Fix LICENSE
Notes
Notes: svn path=/head/; revision=342396
Diffstat (limited to 'lang/tcl85/files')
-rw-r--r--lang/tcl85/files/patch-unix-Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/tcl85/files/patch-unix-Makefile.in b/lang/tcl85/files/patch-unix-Makefile.in
index 78cfae050092..1d82092cf85c 100644
--- a/lang/tcl85/files/patch-unix-Makefile.in
+++ b/lang/tcl85/files/patch-unix-Makefile.in
@@ -1,5 +1,5 @@
--- Makefile.in.orig 2013-09-13 18:07:56.000000000 +0200
-+++ Makefile.in 2013-09-20 09:03:18.000000000 +0200
++++ Makefile.in 2014-02-03 10:23:39.000000000 +0100
@@ -54,6 +54,8 @@
# Directory in which to install the include file tcl.h:
@@ -98,9 +98,9 @@
- $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \
+ $(INSTALL_DATA) $$i "$(UNIX_INCLUDE_INSTALL_DIR)"; \
done;
-+ @ln -sf "$(GENERIC_INCLUDE_INSTALL_DIR)"/tcl.h "$(INCLUDE_INSTALL_DIR)"/tcl.h
-+ @ln -sf "$(GENERIC_INCLUDE_INSTALL_DIR)"/tclDecls.h "$(INCLUDE_INSTALL_DIR)"/tclDecls.h
-+ @ln -sf "$(GENERIC_INCLUDE_INSTALL_DIR)"/tclPlatDecls.h "$(INCLUDE_INSTALL_DIR)"/tclPlatDecls.h
++ @ln -sf generic/tcl.h "$(INCLUDE_INSTALL_DIR)"/tcl.h
++ @ln -sf generic/tclDecls.h "$(INCLUDE_INSTALL_DIR)"/tclDecls.h
++ @ln -sf generic/tclPlatDecls.h "$(INCLUDE_INSTALL_DIR)"/tclPlatDecls.h
@echo "Installing library files to $(SCRIPT_INSTALL_DIR)/";
@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \
$(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@; \
@@ -119,7 +119,7 @@
+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \
+ done;
+ @echo "Customizing tcl module path";
-+ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \
++ @echo "::tcl::tm::path add {$(TCL_LIBRARY)}" >> \
+ "$(SCRIPT_INSTALL_DIR)"/tm.tcl;
+
+install-tm: