Modified: trunk/dports/fuse/sshfs-gui/Portfile (81572 => 81573)
--- 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
}