[40122] trunk/dports/java/commons-io/Portfile

jberry at macports.org jberry at macports.org
Sun Sep 21 08:54:14 PDT 2008


Revision: 40122
          http://trac.macports.org/changeset/40122
Author:   jberry at macports.org
Date:     2008-09-21 08:54:14 -0700 (Sun, 21 Sep 2008)
Log Message:
-----------
Fix for #16547: build bustage of commons-io

Modified Paths:
--------------
    trunk/dports/java/commons-io/Portfile

Modified: trunk/dports/java/commons-io/Portfile
===================================================================
--- trunk/dports/java/commons-io/Portfile	2008-09-21 15:49:41 UTC (rev 40121)
+++ trunk/dports/java/commons-io/Portfile	2008-09-21 15:54:14 UTC (rev 40122)
@@ -33,7 +33,7 @@
 destroot	{
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \
 		${destroot}${prefix}/share/doc
-	xinstall -m 644 ${worksrcpath}/build/${name}.jar \
+	xinstall -m 644 ${worksrcpath}/target/dist/${name}.jar \
 		${destroot}${prefix}/share/java/
 	file copy ${worksrcpath}/xdocs ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080921/6e1f317d/attachment.html 


More information about the macports-changes mailing list