[96835] trunk/dports/java/zeroc-ice33-java/Portfile
blair at macports.org
blair at macports.org
Sun Aug 19 10:54:27 PDT 2012
Revision: 96835
https://trac.macports.org/changeset/96835
Author: blair at macports.org
Date: 2012-08-19 10:54:27 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
zeroc-ice33-java: replace ${ice-java} with ${build.dir}.
Modified Paths:
--------------
trunk/dports/java/zeroc-ice33-java/Portfile
Modified: trunk/dports/java/zeroc-ice33-java/Portfile
===================================================================
--- trunk/dports/java/zeroc-ice33-java/Portfile 2012-08-19 17:53:05 UTC (rev 96834)
+++ trunk/dports/java/zeroc-ice33-java/Portfile 2012-08-19 17:54:27 UTC (rev 96835)
@@ -61,7 +61,6 @@
test.target allTests.py
destroot {
- set ice-java ${workpath}/Ice-${version}/java
set javadir ${destroot}${prefix}/share/java
set docdir ${destroot}${prefix}/share/doc/${name}
@@ -69,9 +68,9 @@
xinstall -d -m 755 ${docdir}
foreach f {ant-ice.jar Ice.jar IceGridGUI.jar} {
- file copy ${ice-java}/lib/${f} ${javadir}/
+ file copy ${build.dir}/lib/${f} ${javadir}/
}
- file copy ${ice-java}/resources/IceGridAdmin ${docdir}/
+ file copy ${build.dir}/resources/IceGridAdmin ${docdir}/
foreach f {CHANGES ICE_LICENSE LICENSE RELEASE_NOTES} {
file copy ${worksrcpath}/${f} ${docdir}
@@ -79,7 +78,7 @@
file copy ${worksrcpath}/java/INSTALL ${docdir}
if {[variant_isset demo_source_code]} {
- file copy ${ice-java}/demo ${docdir}/
+ file copy ${build.dir}/demo ${docdir}/
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/efbae948/attachment.html>
More information about the macports-changes
mailing list