Modified: trunk/dports/math/octave-devel/Portfile (149043 => 149044)
--- trunk/dports/math/octave-devel/Portfile 2016-05-26 04:12:52 UTC (rev 149043)
+++ trunk/dports/math/octave-devel/Portfile 2016-05-26 04:16:46 UTC (rev 149044)
@@ -128,10 +128,8 @@
worksrcdir octave-${hg.tag}
-#depends_extract-append port:git
post-extract {
- # command from bootstrap script file
- #system -W ${worksrcpath} "${prefix}/bin/git clone --depth 2 git://git.sv.gnu.org/gnulib gnulib-hg"
+ # mimic presence of mercurial subrepository
move ${worksrcpath}/../gnulib-hg-${hg_gnu_tag} ${worksrcpath}/gnulib-hg
}