[56118] trunk/dports/fuse/sshfs-gui/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 01:03:53 PDT 2009


Revision: 56118
          http://trac.macports.org/changeset/56118
Author:   ryandesign at macports.org
Date:     2009-08-24 01:03:52 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
sshfs-gui: use ${applications_dir}

Modified Paths:
--------------
    trunk/dports/fuse/sshfs-gui/Portfile

Modified: trunk/dports/fuse/sshfs-gui/Portfile
===================================================================
--- trunk/dports/fuse/sshfs-gui/Portfile	2009-08-24 08:02:35 UTC (rev 56117)
+++ trunk/dports/fuse/sshfs-gui/Portfile	2009-08-24 08:03:52 UTC (rev 56118)
@@ -36,6 +36,6 @@
 }
 
 post-destroot {
-    xinstall -d ${destroot}/Applications/MacPorts
-    copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}/Applications/MacPorts/sshfs.app
+    xinstall -d ${destroot}${applications_dir}
+    copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}${applications_dir}/sshfs.app
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/49594394/attachment.html>


More information about the macports-changes mailing list