[60185] trunk/dports/www/firefox-x11-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Nov 4 09:09:38 PST 2009


Revision: 60185
          http://trac.macports.org/changeset/60185
Author:   jeremyhu at macports.org
Date:     2009-11-04 09:09:38 -0800 (Wed, 04 Nov 2009)
Log Message:
-----------
firefox-x11-devel: Correct naming of libmozjs.dylib

Modified Paths:
--------------
    trunk/dports/www/firefox-x11-devel/Portfile

Modified: trunk/dports/www/firefox-x11-devel/Portfile
===================================================================
--- trunk/dports/www/firefox-x11-devel/Portfile	2009-11-04 17:09:22 UTC (rev 60184)
+++ trunk/dports/www/firefox-x11-devel/Portfile	2009-11-04 17:09:38 UTC (rev 60185)
@@ -7,6 +7,7 @@
 set component   firefox
 categories      www x11
 version         3.5.4
+revision        1
 platforms       darwin
 maintainers     jeremyhu openmaintainer
 description     Mozilla.org's popular stand-alone web browser, Beta and Release Candidates
@@ -214,6 +215,8 @@
 
     # Set the right install_name on the libs
     reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/config/rules.mk
+    reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/js/src/config/config.mk
+    reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/js/src/config/rules.mk
     reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/config/config.mk
     reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/nsprpub/configure.in
     reinplace "s:@executable_path:${prefix}/lib/${pkg_name}:g" ${worksrcpath}/nsprpub/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091104/c79335d6/attachment.html>


More information about the macports-changes mailing list