#40427: filezilla - error staging FileZilla into destroot -------------------------+----------------------- Reporter: tswingo3@… | Owner: rudloff@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: FileZilla | -------------------------+----------------------- Comment (by mojca@…): I don't understand this. The `Portfile` uses the following: {{{ if {![variant_isset wxgtk28]} { # TODO: when FileZilla is built against wxGTK, it doesn't create an app; this needs fixing destroot { copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir} } } if {![variant_isset wxwidgets30] && ![variant_isset wxwidgets28] && ![variant_isset wxgtk28]} { if {[vercmp $xcodeversion 4.4] >= 0} { default_variants +wxgtk28 } else { default_variants +wxwidgets28 } } }}} Is this written in the wrong order perhaps? Why did the `wxkgt28` variant try to copy `FileZilla.app`? -- Ticket URL: <https://trac.macports.org/ticket/40427#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X