[103425] trunk/dports/java/maven3/Portfile

blair at macports.org blair at macports.org
Mon Feb 25 09:23:43 PST 2013


Revision: 103425
          https://trac.macports.org/changeset/103425
Author:   blair at macports.org
Date:     2013-02-25 09:23:43 -0800 (Mon, 25 Feb 2013)
Log Message:
-----------
maven3: switch from setting build.cmd to true to using an empty build phase.

Patch by: ciserlohn

Modified Paths:
--------------
    trunk/dports/java/maven3/Portfile

Modified: trunk/dports/java/maven3/Portfile
===================================================================
--- 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130225/a7822dd1/attachment.html>


More information about the macports-changes mailing list