[61958] trunk/dports/devel/ice-cpp/Portfile
blair at macports.org
blair at macports.org
Fri Dec 25 13:30:41 PST 2009
Revision: 61958
http://trac.macports.org/changeset/61958
Author: blair at macports.org
Date: 2009-12-25 13:30:34 -0800 (Fri, 25 Dec 2009)
Log Message:
-----------
Following Ubuntu's install style, move the slice directory from
$prefix/share/ice/slice to $prefix/share/slice.
Modified Paths:
--------------
trunk/dports/devel/ice-cpp/Portfile
Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile 2009-12-25 20:54:25 UTC (rev 61957)
+++ trunk/dports/devel/ice-cpp/Portfile 2009-12-25 21:30:34 UTC (rev 61958)
@@ -4,7 +4,7 @@
name ice-cpp
version 3.3.1
-revision 4
+revision 5
categories devel
maintainers blair
description Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
@@ -131,7 +131,7 @@
xinstall -m 755 -d ${sharedir}/ice
file rename ${destroot}${prefix}/config ${sharedir}/ice
- file rename ${destroot}${prefix}/slice ${sharedir}/ice
+ file rename ${destroot}${prefix}/slice ${sharedir}/slice
xinstall -m 755 -d ${docdir}
file rename ${destroot}${prefix}/ICE_LICENSE ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091225/cf8b6037/attachment.html>
More information about the macports-changes
mailing list