[67681] trunk/dports/java/google-collections/Portfile

blair at macports.org blair at macports.org
Sat May 15 19:40:55 PDT 2010


Revision: 67681
          http://trac.macports.org/changeset/67681
Author:   blair at macports.org
Date:     2010-05-15 19:40:53 -0700 (Sat, 15 May 2010)
Log Message:
-----------
Collapse two xinstall's into one and remove a parameter that
specifices the default.  Partially resolves #24901.

Modified Paths:
--------------
    trunk/dports/java/google-collections/Portfile

Modified: trunk/dports/java/google-collections/Portfile
===================================================================
--- trunk/dports/java/google-collections/Portfile	2010-05-16 02:39:08 UTC (rev 67680)
+++ trunk/dports/java/google-collections/Portfile	2010-05-16 02:40:53 UTC (rev 67681)
@@ -37,8 +37,7 @@
         set javadir ${destroot}${prefix}/share/java
         set docdir ${destroot}${prefix}/share/doc/${name}
 
-        xinstall -d -m 755 ${javadir}
-        xinstall -d -m 755 ${docdir}/api
+        xinstall -d ${docdir}/api ${javadir}
 
         file copy ${worksrcpath}/google-collect-${version}.jar \
                 ${javadir}/google-collect.jar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/7249b9b8/attachment-0001.html>


More information about the macports-changes mailing list