diff options
author | gahr <gahr@FreeBSD.org> | 2012-10-12 15:57:47 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-10-12 15:57:47 +0800 |
commit | c469881b49b56bad014e4abc5b284442eeb31508 (patch) | |
tree | 1c915c4cd3664f479a78d4aca636d8b04151dd13 /lang/tcl85/files | |
parent | 3c228f9e5e30d048c5557879d98f3954aae43aa0 (diff) | |
download | freebsd-ports-gnome-c469881b49b56bad014e4abc5b284442eeb31508.tar.gz freebsd-ports-gnome-c469881b49b56bad014e4abc5b284442eeb31508.tar.zst freebsd-ports-gnome-c469881b49b56bad014e4abc5b284442eeb31508.zip |
- Avoid creating unused empty directories when installing tcl-modules
Approved by: portmgr (bapt)
Feature safe: yes
Diffstat (limited to 'lang/tcl85/files')
-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 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"; \ |