[102019] trunk/dports/devel/tbb/Portfile

eborisch at macports.org eborisch at macports.org
Thu Jan 24 12:36:44 PST 2013


Revision: 102019
          https://trac.macports.org/changeset/102019
Author:   eborisch at macports.org
Date:     2013-01-24 12:36:44 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
tbb: Fix wrong (old) search string in destroot phase.

Modified Paths:
--------------
    trunk/dports/devel/tbb/Portfile

Modified: trunk/dports/devel/tbb/Portfile
===================================================================
--- trunk/dports/devel/tbb/Portfile	2013-01-24 20:33:54 UTC (rev 102018)
+++ trunk/dports/devel/tbb/Portfile	2013-01-24 20:36:44 UTC (rev 102019)
@@ -8,6 +8,7 @@
 set vers            4.1
 set update_ver      0
 version             ${vers}-${rel_date}
+revision            1
 maintainers         mnick openmaintainer
 
 categories          devel
@@ -58,7 +59,7 @@
     set build_dir "${worksrcpath}/build/${build_dir}_release"
 
     # fix paths
-    reinplace "s|\\(TBB30_INSTALL_DIR.\\)\".*\"|\\1\"${prefix}\"|g" \
+    reinplace "s|\\(TBBROOT.\\)\".*\"|\\1\"${prefix}\"|g" \
         ${build_dir}/tbbvars.sh ${build_dir}/tbbvars.csh
     reinplace "s|\\(tbb_bin.\\)\".*\"|\\1\"${prefix}/lib\"|g" \
         ${build_dir}/tbbvars.sh ${build_dir}/tbbvars.csh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/e756561e/attachment-0001.html>


More information about the macports-changes mailing list