[145626] trunk/dports/science/horton/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Feb 11 07:11:38 PST 2016


Revision: 145626
          https://trac.macports.org/changeset/145626
Author:   khindenburg at macports.org
Date:     2016-02-11 07:11:38 -0800 (Thu, 11 Feb 2016)
Log Message:
-----------
horton: fix python binary in Makefile #50595

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

Modified: trunk/dports/science/horton/Portfile
===================================================================
--- trunk/dports/science/horton/Portfile	2016-02-11 15:09:45 UTC (rev 145625)
+++ trunk/dports/science/horton/Portfile	2016-02-11 15:11:38 UTC (rev 145626)
@@ -7,8 +7,7 @@
 PortGroup           active_variants 1.1
 
 github.setup        theochem horton 2.0.0
-name                horton
-version             2.0.0
+revision            1
 platforms           darwin
 license             GPL-3+
 categories          science python
@@ -38,6 +37,7 @@
                     port:libxc
 
 pre-build {
+        reinplace "s|python|${python.bin}|g" ${worksrcpath}/data/refatoms/Makefile
         system -W ${worksrcpath}/data/refatoms "make all"
         copy ${worksrcpath}/data/setup_cfgs/setup.Darwin-macport-x86_64.cfg ${worksrcpath}/setup.cfg
         reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/setup.cfg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160211/9db8c1ad/attachment-0001.html>


More information about the macports-changes mailing list