Changeset 82662
- Timestamp:
- 08/17/11 11:13:19 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/qgit/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/qgit/Portfile
r82661 r82662 46 46 47 47 destroot { 48 # Install to the application directory 49 xinstall -m 755 -d ${destroot}${applications_dir} 50 file delete -force ${destroot}${applications_dir}/qgit.app 51 file copy ${worksrcpath}/bin/qgit.app \ 52 ${destroot}${applications_dir} 48 copy ${worksrcpath}/bin/qgit.app ${destroot}${applications_dir} 53 49 54 50 # Also link to ${prefix}/bin for easier access from the command line 55 51 # Especially useful since qgit is supposed to be started from 56 52 # the GIT repository location. 57 system "ln -s ${applications_dir}/qgit.app/Contents/MacOS/qgit \ 58 ${destroot}${prefix}/bin" 53 ln -s ${applications_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin 59 54 }
Note: See TracChangeset
for help on using the changeset viewer.

