[38770] trunk/dports/science/mapm3
ryandesign at macports.org
ryandesign at macports.org
Wed Jul 30 21:02:17 PDT 2008
Revision: 38770
http://trac.macosforge.org/projects/macports/changeset/38770
Author: ryandesign at macports.org
Date: 2008-07-30 21:02:16 -0700 (Wed, 30 Jul 2008)
Log Message:
-----------
mapm3: addendum to r38699: move the hidden binaries from ${prefix}/lib to ${prefix}/libexec to comply with portheir
Modified Paths:
--------------
trunk/dports/science/mapm3/Portfile
trunk/dports/science/mapm3/files/wrapper.in
Modified: trunk/dports/science/mapm3/Portfile
===================================================================
--- trunk/dports/science/mapm3/Portfile 2008-07-31 01:35:47 UTC (rev 38769)
+++ trunk/dports/science/mapm3/Portfile 2008-07-31 04:02:16 UTC (rev 38770)
@@ -3,8 +3,8 @@
PortSystem 1.0
name mapm3
-version 3
-revision 2
+version 3.0
+revision 3
platforms darwin
maintainers nomaintainer
categories science
@@ -35,9 +35,9 @@
}
post-destroot {
- xinstall -d ${destroot}${prefix}/lib/${name}
+ xinstall -d ${destroot}${prefix}/libexec/${name}
foreach prog {mapmaker qtl} {
- move ${destroot}${prefix}/bin/${prog} ${destroot}${prefix}/lib/${name}
+ move ${destroot}${prefix}/bin/${prog} ${destroot}${prefix}/libexec/${name}
xinstall -m 755 ${filespath}/wrapper.in ${destroot}${prefix}/bin/${prog}
reinplace "s%@PREFIX@%${prefix}%g" ${destroot}${prefix}/bin/${prog}
}
Modified: trunk/dports/science/mapm3/files/wrapper.in
===================================================================
--- trunk/dports/science/mapm3/files/wrapper.in 2008-07-31 01:35:47 UTC (rev 38769)
+++ trunk/dports/science/mapm3/files/wrapper.in 2008-07-31 04:02:16 UTC (rev 38770)
@@ -1,4 +1,4 @@
#!/bin/sh
-cd "@PREFIX@/lib/mapm3"
+cd "@PREFIX@/libexec/mapm3"
MAPM_LIB="@PREFIX@/bin" ./`basename "$0"` "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080730/b872bbf0/attachment.html
More information about the macports-changes
mailing list