svn commit: r305764 - in head/lang/tcl85: . files
Pietro Cerutti
gahr at FreeBSD.org
Fri Oct 12 07:57:48 UTC 2012
Author: gahr
Date: Fri Oct 12 07:57:47 2012
New Revision: 305764
URL: http://svn.freebsd.org/changeset/ports/305764
Log:
- Avoid creating unused empty directories when installing tcl-modules
Approved by: portmgr (bapt)
Feature safe: yes
Modified:
head/lang/tcl85/files/patch-unix-Makefile.in
head/lang/tcl85/pkg-plist.tm
Modified: head/lang/tcl85/files/patch-unix-Makefile.in
==============================================================================
--- head/lang/tcl85/files/patch-unix-Makefile.in Fri Oct 12 07:47:00 2012 (r305763)
+++ head/lang/tcl85/files/patch-unix-Makefile.in Fri Oct 12 07:57:47 2012 (r305764)
@@ -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"; \
Modified: head/lang/tcl85/pkg-plist.tm
==============================================================================
--- head/lang/tcl85/pkg-plist.tm Fri Oct 12 07:47:00 2012 (r305763)
+++ head/lang/tcl85/pkg-plist.tm Fri Oct 12 07:57:47 2012 (r305764)
@@ -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
- at dirrmtry lib/tcl8/8.3
@dirrmtry lib/tcl8/8.4/platform
@dirrmtry lib/tcl8/8.4
@dirrmtry lib/tcl8/8.5
More information about the svn-ports-head
mailing list