diff options
author | gahr <gahr@FreeBSD.org> | 2016-11-05 00:19:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-11-05 00:19:01 +0800 |
commit | 1b5025a860e39f8ed3e5812a0866254060d89984 (patch) | |
tree | 40a1117eef8532f1d7f5715f7984b043e973b4a8 /lang/tcl87/files/patch-unix-Makefile.in | |
parent | 7118c6fd9aa45ba38f7624ddd8a77359c8f6e6f2 (diff) | |
download | freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.tar.gz freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.tar.zst freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.zip |
lang/tcl87: update to fossil checkin 24d90770030948ca
http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca
Diffstat (limited to 'lang/tcl87/files/patch-unix-Makefile.in')
-rw-r--r-- | lang/tcl87/files/patch-unix-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl87/files/patch-unix-Makefile.in b/lang/tcl87/files/patch-unix-Makefile.in index b2eff47829da..e453dd47b891 100644 --- a/lang/tcl87/files/patch-unix-Makefile.in +++ b/lang/tcl87/files/patch-unix-Makefile.in @@ -116,9 +116,9 @@ @@ -841,31 +865,31 @@ install-libraries: libraries $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.9 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.9.tm; + @echo "Installing package http 2.8.10 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.10.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |