maven3: switch from setting build.cmd to true to using an empty build phase. Patch by: ciserlohn
--- trunk/dports/java/maven3/Portfile 2013-02-25 15:41:00 UTC (rev 103424)
+++ trunk/dports/java/maven3/Portfile 2013-02-25 17:23:43 UTC (rev 103425)
@@ -47,7 +47,8 @@
# Source builds of maven are not possible. So, the default build is a binary
# install of the jars.
-build.cmd true
+build {
+}
destroot {
set mavendir ${destroot}${prefix}/share/java/${name}