- Avoid creating unused empty directories when installing tcl-modules

Approved by:	portmgr (bapt)
Feature safe:	yes
This commit is contained in:
Pietro Cerutti 2012-10-12 07:57:47 +00:00
parent a68af10365
commit a6c010248e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305764
2 changed files with 1 additions and 2 deletions

View file

@ -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"; \

View file

@ -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