Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl (89671 => 89672)
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl 2012-02-06 13:31:57 UTC (rev 89671)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl 2012-02-06 13:45:03 UTC (rev 89672)
@@ -67,7 +67,7 @@
fetch.ignore_sslcert yes
post-extract {
- if {"standard" == ${fetch.type} && ${master_sites} == ${github.master_sites} && [llength ${distfiles}] > 0} {
+ if {![file exists ${worksrcpath}] && "standard" == ${fetch.type} && ${master_sites} == ${github.master_sites} && [llength ${distfiles}] > 0} {
move [glob ${workpath}/*] ${worksrcpath}
}
}