Revision
38770
Author
ryandesign@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

Diff

Modified: trunk/dports/science/mapm3/Portfile (38769 => 38770)


--- 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 (38769 => 38770)


--- 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"` "$@"