[115848] trunk/dports/devel/tao/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 12 15:31:34 PST 2014
Revision: 115848
https://trac.macports.org/changeset/115848
Author: ryandesign at macports.org
Date: 2014-01-12 15:31:34 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
tao: fix install failure (#42038)
Modified Paths:
--------------
trunk/dports/devel/tao/Portfile
Modified: trunk/dports/devel/tao/Portfile
===================================================================
--- trunk/dports/devel/tao/Portfile 2014-01-12 23:15:30 UTC (rev 115847)
+++ trunk/dports/devel/tao/Portfile 2014-01-12 23:31:34 UTC (rev 115848)
@@ -13,14 +13,14 @@
name tao
set name_package ACE+TAO
version 6.2.3
-revision 1
+revision 2
distname ${name_package}-${version}
categories devel
platforms darwin
license BSD
maintainers fourpalms.org:lockhart openmaintainer
description The ACE ORB CORBA real-time middleware
-long_description The ACE Orb (TAO) is a real-time implementation of CORBA built using the \
+long_description The ACE ORB (TAO) is a real-time implementation of CORBA built using the \
framework components and patterns provided by ACE. TAO contains the \
network interface, OS, communication protocol, and CORBA middleware \
components and features. TAO is based on the standard OMG CORBA \
@@ -133,8 +133,8 @@
}
pre-install {
- delete ${destroot}${daemondir}/org.macports.${taodaemon}.plist
- delete ${destroot}${daemondir}/${taodaemon}.wrapper
+ file delete ${destroot}${daemondir}/org.macports.${taodaemon}.plist
+ file delete ${destroot}${daemondir}/${taodaemon}.wrapper
copy ${worksrcpath}/org.macports.${taodaemon}.plist \
${destroot}${daemondir}/org.macports.${taodaemon}.plist
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/0ec996ad/attachment.html>
More information about the macports-changes
mailing list