[57485] trunk/dports/science/glue/Portfile

ram at macports.org ram at macports.org
Fri Sep 11 08:35:20 PDT 2009


Revision: 57485
          http://trac.macports.org/changeset/57485
Author:   ram at macports.org
Date:     2009-09-11 08:35:19 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
science/glue: ensure binaries are in ${prefix}/bin

Modified Paths:
--------------
    trunk/dports/science/glue/Portfile

Modified: trunk/dports/science/glue/Portfile
===================================================================
--- trunk/dports/science/glue/Portfile	2009-09-11 15:34:02 UTC (rev 57484)
+++ trunk/dports/science/glue/Portfile	2009-09-11 15:35:19 UTC (rev 57485)
@@ -5,7 +5,7 @@
 
 name          glue
 version       1.28.1
-revision      1
+revision      2
 categories    science
 platforms     darwin
 maintainers   ram
@@ -28,6 +28,10 @@
                    port:py26-cjson \
                    port:py26-pyxmpp
 
+post-destroot {
+  foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" }
+}
+
 livecheck.type   regex
 livecheck.url    ${master_sites}
 livecheck.regex  {glue-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/78bdd5e6/attachment.html>


More information about the macports-changes mailing list