[38363] trunk/dports/devel/apache-ant/Portfile

jberry at macports.org jberry at macports.org
Thu Jul 17 08:51:08 PDT 2008


Revision: 38363
          http://trac.macosforge.org/projects/macports/changeset/38363
Author:   jberry at macports.org
Date:     2008-07-17 08:51:08 -0700 (Thu, 17 Jul 2008)
Log Message:
-----------
Fix lint warnings

Modified Paths:
--------------
    trunk/dports/devel/apache-ant/Portfile

Modified: trunk/dports/devel/apache-ant/Portfile
===================================================================
--- trunk/dports/devel/apache-ant/Portfile	2008-07-17 15:38:07 UTC (rev 38362)
+++ trunk/dports/devel/apache-ant/Portfile	2008-07-17 15:51:08 UTC (rev 38363)
@@ -31,24 +31,24 @@
 build.cmd 		true
 
 platform darwin {
-    extract.post_args	| gnutar -x 
+    extract.post_args	| gnutar -x
     build.env		JAVA_HOME=/Library/Java/Home
 }
 
-# Ant is installed from the binary (jar) distribution by default. Due to 
+# Ant is installed from the binary (jar) distribution by default. Due to
 # bootstrapping issues, the source variant generally doesn't build a very
 # usable ant: the ant tasks (such as junit) are non-functional as their
 # dependent support isn't available when ant is built, due to circular
 # dependencies back to ant.
-variant source {
+variant source description "build from source; not recommended" {
 	distname 					${name}-${version}-src
-	master_sites.mirror_subdir	source	
+	master_sites.mirror_subdir	source
 	checksums					md5 22b378e27ab300e4d73bf09d91c7e2a6
 	set workTarget				/${name}
 
 	build.cmd 		./build.sh
 	build.args 		-Dchmod.fail=false -Ddist.name=${name}
-	build.target	dist	
+	build.target	dist
 }
 
 pre-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080717/f8d03949/attachment.html 


More information about the macports-changes mailing list