[112084] trunk/dports/python/py-zeroc-ice35/Portfile
blair at macports.org
blair at macports.org
Fri Oct 11 01:00:15 PDT 2013
Revision: 112084
https://trac.macports.org/changeset/112084
Author: blair at macports.org
Date: 2013-10-11 01:00:15 -0700 (Fri, 11 Oct 2013)
Log Message:
-----------
py-zeroc-ice35: follow up to r112082: fix destroot bugs.
Ice 3.5.1 removed 'INSTALL', so don't try to copy it.
Revision Links:
--------------
https://trac.macports.org/changeset/112082
Modified Paths:
--------------
trunk/dports/python/py-zeroc-ice35/Portfile
Modified: trunk/dports/python/py-zeroc-ice35/Portfile
===================================================================
--- trunk/dports/python/py-zeroc-ice35/Portfile 2013-10-11 07:51:49 UTC (rev 112083)
+++ trunk/dports/python/py-zeroc-ice35/Portfile 2013-10-11 08:00:15 UTC (rev 112084)
@@ -119,12 +119,9 @@
ui_debug ${cmd}
system ${cmd}
- file rename ${destroot}${prefix}/ICE_LICENSE ${docdir}
- file rename ${destroot}${prefix}/LICENSE ${docdir}
- foreach f {CHANGES RELEASE_NOTES} {
- file copy ${worksrcpath}/${f} ${docdir}
+ foreach f {CHANGES ICE_LICENSE LICENSE RELEASE_NOTES} {
+ file rename ${destroot}${prefix}/${f} ${docdir}
}
- file copy ${build.dir}/INSTALL ${docdir}
if {[variant_isset demo_source_code]} {
file copy ${build.dir}/demo ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131011/93750ebe/attachment.html>
More information about the macports-changes
mailing list