diff --git a/graphics/wxWidgets/Portfile b/graphics/wxWidgets/Portfile index f31b3dab6454b..dd2e3cec0a13d 100644 --- a/graphics/wxWidgets/Portfile +++ b/graphics/wxWidgets/Portfile @@ -1,9 +1,10 @@ -# $Id: Portfile,v 1.6 2004/11/11 14:43:24 mww Exp $ +# $Id: Portfile,v 1.7 2004/11/11 17:49:11 mww Exp $ PortSystem 1.0 name wxWidgets version 2.5.3 +revision 1 categories graphics devel platforms darwin maintainers mww@opendarwin.org blb@pobox.com @@ -61,6 +62,10 @@ variant darwin { configure.args-append --with-mac \ --with-opengl \ --disable-shared + post-destroot { + system "cd ${destroot}${prefix}/bin && \ + ln -sf ${prefix}/lib/wx/config/mac-ansi-release-static-2.5 wx-config" + } } #variant gtk { @@ -70,7 +75,7 @@ variant darwin { build.target -post-destroot { +pre-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${workpath}/${name}-${version} BuildCVS.txt CHANGES.txt \ COPYING.LIB INSTALL-MAC.txt INSTALL-MGL.txt INSTALL-MOTIF.txt \