Changeset 81573
- Timestamp:
- 08/01/11 22:35:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/fuse/sshfs-gui/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/fuse/sshfs-gui/Portfile
r69376 r81573 1 # -*- 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 1 2 # $Id$ 2 3 … … 31 32 xcode.configuration Release 32 33 34 xcode.destroot.settings SKIP_INSTALL=NO 35 33 36 post-patch { 34 37 reinplace "s|##PREFIX##|${prefix}|" ${worksrcpath}/AppController.m … … 36 39 37 40 post-destroot { 38 xinstall -d ${destroot}${applications_dir} 39 copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}${applications_dir}/sshfs.app 41 delete ${destroot}${applications_dir}/askpass 40 42 }
Note: See TracChangeset
for help on using the changeset viewer.

