Revision
74754
Author
jmr@macports.org
Date
2011-01-01 08:50:25 -0800 (Sat, 01 Jan 2011)

Log Message

add extract.asroot option

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portextract.tcl (74753 => 74754)


--- 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]}