Date: Fri, 12 Oct 2012 07:57:47 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305764 - in head/lang/tcl85: . files Message-ID: <201210120757.q9C7vliN065668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@dirrmtry lib/tcl8/8.3 @dirrmtry lib/tcl8/8.4/platform @dirrmtry lib/tcl8/8.4 @dirrmtry lib/tcl8/8.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120757.q9C7vliN065668>