[27720] trunk/base/src/port1.0/portdestroot.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Sun Aug 12 14:00:48 PDT 2007
Revision: 27720
http://trac.macosforge.org/projects/macports/changeset/27720
Author: mww at macports.org
Date: 2007-08-12 14:00:48 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
also do not complain about "/Developer"
Modified Paths:
--------------
trunk/base/src/port1.0/portdestroot.tcl
Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl 2007-08-12 20:58:37 UTC (rev 27719)
+++ trunk/base/src/port1.0/portdestroot.tcl 2007-08-12 21:00:48 UTC (rev 27720)
@@ -251,6 +251,7 @@
var { }
www { }
Applications { }
+ Developer { }
Library { }
default { ui_warn "violation by ${prefix}/${c}"
set mtree_violation "yes" }
@@ -260,6 +261,7 @@
# these files are outside $prefix
switch ${b} {
Applications { ui_debug "port installs files in /Applications" }
+ Developer { ui_debug "port installs files in /Developer" }
Library { ui_debug "port installs files in /Library" }
default { ui_warn "violation by /${b}"
set mtree_violation "yes" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070812/8150462c/attachment.html
More information about the macports-changes
mailing list