Revision: 92541 https://trac.macports.org/changeset/92541 Author: jeremyhu@macports.org Date: 2012-04-30 17:56:08 -0700 (Mon, 30 Apr 2012) Log Message: ----------- quartz-wm: Change Makefile instead of Makefile.am since we're not autoreconfing (#34277) Modified Paths: -------------- trunk/dports/x11/quartz-wm/Portfile Modified: trunk/dports/x11/quartz-wm/Portfile =================================================================== --- trunk/dports/x11/quartz-wm/Portfile 2012-05-01 00:55:05 UTC (rev 92540) +++ trunk/dports/x11/quartz-wm/Portfile 2012-05-01 00:56:08 UTC (rev 92541) @@ -31,7 +31,7 @@ if {${os.arch} == "powerpc"} { # This is sub-optimal, but it will work for now post-patch { - reinplace "/install_name_tool/d" ${worksrcpath}/lib/Makefile.am + reinplace "/install_name_tool/d" ${worksrcpath}/lib/Makefile } } elseif {${os.major} < 10} { depends_build port:cctools
participants (1)
-
jeremyhu@macports.org