diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-10-12 07:57:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-10-12 07:57:47 +0000 |
commit | a6c010248ee301d6931c9f9a85128339c2023726 (patch) | |
tree | 1c915c4cd3664f479a78d4aca636d8b04151dd13 /lang/tcl85 | |
parent | a68af10365b0736ffaa6961e30ab49aa84c48dbc (diff) | |
download | ports-a6c010248ee301d6931c9f9a85128339c2023726.tar.gz ports-a6c010248ee301d6931c9f9a85128339c2023726.zip |
Notes
Diffstat (limited to 'lang/tcl85')
-rw-r--r-- | lang/tcl85/files/patch-unix-Makefile.in | 2 | ||||
-rw-r--r-- | lang/tcl85/pkg-plist.tm | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/tcl85/files/patch-unix-Makefile.in b/lang/tcl85/files/patch-unix-Makefile.in index b6ed7919cd66..747c3863e043 100644 --- a/lang/tcl85/files/patch-unix-Makefile.in +++ b/lang/tcl85/files/patch-unix-Makefile.in @@ -143,7 +143,7 @@ fi +install-tm: -+ @for i in tcl8 tcl8/8.3 tcl8/8.4 tcl8/8.4/platform tcl8/8.5 tcl8/8.6; \ ++ @for i in tcl8 tcl8/8.4 tcl8/8.4/platform tcl8/8.5; \ + do \ + if [ ! -d "$(LIB_INSTALL_DIR)"/$$i ] ; then \ + echo "Making directory $(LIB_INSTALL_DIR)/$$i"; \ diff --git a/lang/tcl85/pkg-plist.tm b/lang/tcl85/pkg-plist.tm index 047abd54c58b..be2b73519196 100644 --- a/lang/tcl85/pkg-plist.tm +++ b/lang/tcl85/pkg-plist.tm @@ -3,7 +3,6 @@ lib/tcl8/8.4/platform/shell-1.1.4.tm lib/tcl8/8.4/platform-1.0.10.tm lib/tcl8/8.5/msgcat-1.4.5.tm lib/tcl8/8.5/tcltest-2.3.4.tm -@dirrmtry lib/tcl8/8.3 @dirrmtry lib/tcl8/8.4/platform @dirrmtry lib/tcl8/8.4 @dirrmtry lib/tcl8/8.5 |