Revision: 81573 http://trac.macports.org/changeset/81573 Author: dports@macports.org Date: 2011-08-01 22:35:30 -0700 (Mon, 01 Aug 2011) Log Message: ----------- sshfs-gui: possibly fix installation with Xcode 4 (#29045) Modified Paths: -------------- trunk/dports/fuse/sshfs-gui/Portfile Modified: trunk/dports/fuse/sshfs-gui/Portfile =================================================================== --- trunk/dports/fuse/sshfs-gui/Portfile 2011-08-02 05:15:43 UTC (rev 81572) +++ trunk/dports/fuse/sshfs-gui/Portfile 2011-08-02 05:35:30 UTC (rev 81573) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -30,11 +31,12 @@ xcode.target sshfs xcode.configuration Release +xcode.destroot.settings SKIP_INSTALL=NO + post-patch { reinplace "s|##PREFIX##|${prefix}|" ${worksrcpath}/AppController.m } post-destroot { - xinstall -d ${destroot}${applications_dir} - copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}${applications_dir}/sshfs.app + delete ${destroot}${applications_dir}/askpass }
participants (1)
-
dports@macports.org