[74754] trunk/base/src/port1.0/portextract.tcl

jmr at macports.org jmr at macports.org
Sat Jan 1 08:50:32 PST 2011


Revision: 74754
          http://trac.macports.org/changeset/74754
Author:   jmr at macports.org
Date:     2011-01-01 08:50:25 -0800 (Sat, 01 Jan 2011)
Log Message:
-----------
add extract.asroot option

Modified Paths:
--------------
    trunk/base/src/port1.0/portextract.tcl

Modified: trunk/base/src/port1.0/portextract.tcl
===================================================================
--- trunk/base/src/port1.0/portextract.tcl	2011-01-01 16:04:56 UTC (rev 74753)
+++ trunk/base/src/port1.0/portextract.tcl	2011-01-01 16:50:25 UTC (rev 74754)
@@ -43,10 +43,11 @@
 }
 
 # define options
-options extract.only extract.mkdir
+options extract.only extract.mkdir extract.asroot
 commands extract
 
 # Set up defaults
+default extract.asroot no
 # XXX call out to code in portutil.tcl XXX
 # This cleans the distfiles list of all site tags
 default extract.only {[portextract::disttagclean $distfiles]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110101/bc82582a/attachment.html>


More information about the macports-changes mailing list