Revision: 76575 http://trac.macports.org/changeset/76575 Author: jeremyhu@macports.org Date: 2011-02-28 12:11:42 -0800 (Mon, 28 Feb 2011) Log Message: ----------- samba3: Fix dylib references for nmbd, smbd, and swat (#16023) Modified Paths: -------------- trunk/dports/net/samba3/Portfile Modified: trunk/dports/net/samba3/Portfile =================================================================== --- trunk/dports/net/samba3/Portfile 2011-02-28 20:07:05 UTC (rev 76574) +++ trunk/dports/net/samba3/Portfile 2011-02-28 20:11:42 UTC (rev 76575) @@ -6,7 +6,7 @@ name samba3 conflicts talloc version 3.2.15 -revision 1 +revision 2 categories net platforms darwin maintainers mww openmaintainer @@ -133,6 +133,9 @@ system "install_name_tool ${changeline} ${destroot}${prefix}/bin/tdbdump" system "install_name_tool ${changeline} ${destroot}${prefix}/bin/tdbtool" system "install_name_tool ${changeline} ${destroot}${prefix}/bin/testparm" + system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/nmbd" + system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/smbd" + system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/swat" } livecheck.type regex
participants (1)
-
jeremyhu@macports.org