[81573] trunk/dports/fuse/sshfs-gui/Portfile
dports at macports.org
dports at macports.org
Mon Aug 1 22:35:33 PDT 2011
Revision: 81573
http://trac.macports.org/changeset/81573
Author: dports at 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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110801/c78760c4/attachment.html>
More information about the macports-changes
mailing list