mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Build jar from source - bump PORTREVISION PR: ports/166542 Submitted by: jgh Approved by: maintainer, shurd@sasktel.net Feature safe: yes
13 lines
427 B
XML
13 lines
427 B
XML
--- ./build.xml.orig 2012-03-18 11:35:38.000000000 -0700
|
|
+++ ./build.xml 2012-03-25 16:08:00.000000000 -0700
|
|
@@ -125,10 +125,6 @@
|
|
<echo level="info" message="Building primary .jar file." />
|
|
<copy todir="help/" file="COPYING.html" />
|
|
|
|
- <exec executable="git" outputproperty="GITVERSION">
|
|
- <arg line="describe --tags --long"/>
|
|
- </exec>
|
|
-
|
|
<mkdir dir="META-INF"/>
|
|
|
|
<manifest file="${MANIFEST}">
|