[75937] trunk/dports/science/arb

ryandesign at macports.org ryandesign at macports.org
Sun Feb 13 00:06:58 PST 2011


Revision: 75937
          http://trac.macports.org/changeset/75937
Author:   ryandesign at macports.org
Date:     2011-02-13 00:06:58 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
arb: don't reinplace in the patchfile; see #28276

Modified Paths:
--------------
    trunk/dports/science/arb/Portfile
    trunk/dports/science/arb/files/arb_macsetup

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2011-02-13 08:04:48 UTC (rev 75936)
+++ trunk/dports/science/arb/Portfile	2011-02-13 08:06:58 UTC (rev 75937)
@@ -71,8 +71,8 @@
                         reinplace "s| sed | gsed |g" ${worksrcpath}/HELP_SOURCE/genhelp/Makefile
                         reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/Makefile.helpfiles
                         file copy ${worksrcpath}/config.makefile.template ${worksrcpath}/config.makefile
-                        reinplace "s|@@PREFIX@@|${prefix}|g" ${filespath}/arb_macsetup
                         file copy ${filespath}/arb_macsetup ${worksrcpath}/bin
+                        reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/bin/arb_macsetup
 }
 
 platform darwin 9      {

Modified: trunk/dports/science/arb/files/arb_macsetup
===================================================================
--- trunk/dports/science/arb/files/arb_macsetup	2011-02-13 08:04:48 UTC (rev 75936)
+++ trunk/dports/science/arb/files/arb_macsetup	2011-02-13 08:06:58 UTC (rev 75937)
@@ -36,8 +36,7 @@
 # October 1, 2009
 
 # Abstraction variables:
-# The MacPorts PREFIX is typicaly /opt/local
-PREFIX=/opt/local
+PREFIX=@@PREFIX@@
 BINPATH=${PREFIX}/bin
 SBINPATH=${PREFIX}/sbin
 MANPAGES=${PREFIX}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/6e4336bb/attachment.html>


More information about the macports-changes mailing list