[75112] trunk/dports/java/maven2/Portfile

blair at macports.org blair at macports.org
Sat Jan 15 12:46:17 PST 2011


Revision: 75112
          http://trac.macports.org/changeset/75112
Author:   blair at macports.org
Date:     2011-01-15 12:46:09 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
Trim trailing whitespace.

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

Modified: trunk/dports/java/maven2/Portfile
===================================================================
--- trunk/dports/java/maven2/Portfile	2011-01-15 20:36:42 UTC (rev 75111)
+++ trunk/dports/java/maven2/Portfile	2011-01-15 20:46:09 UTC (rev 75112)
@@ -48,7 +48,7 @@
 
         # Create the target java directory exists
         xinstall -m 755 -d ${mavendir}
-        
+
         # Copy over the needed elements of our directory tree
         file copy \
                 ${worksrcpath}/bin \
@@ -56,12 +56,12 @@
                 ${worksrcpath}/conf \
                 ${worksrcpath}/lib \
                 ${mavendir}
-                
+
         # Remove extraneous bat files
         foreach f [glob -directory ${mavendir}/bin *.bat] {
                 file delete $f
         }
-        
+
         # Fix permissions on shell scripts
         foreach f { maven install_repo.sh } {
                 if [file exists ${mavendir}/bin/$f] {
@@ -75,7 +75,7 @@
         foreach f [glob -directory ${mavendir}/lib *.jar] {
                 file attributes $f -permissions 0644
         }
-        
+
         # Symlink maven into the bin directory
         system "cd ${destroot}${prefix}/bin && ln -s ../share/java/${name}/bin/mvn"
         system "cd ${destroot}${prefix}/bin && ln -s ../share/java/${name}/bin/mvn mvn2"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/63bcfc28/attachment.html>


More information about the macports-changes mailing list