Changeset 81586
- Timestamp:
- 08/02/11 03:46:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/aqua/AquaLess/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/AquaLess/Portfile
r69969 r81586 22 22 distname ${name}-${version}-src 23 23 24 supported_archs i386 ppc 25 24 26 xcode.target ${name} 25 xcode.destroot.settings INSTALL_PATH=${destroot}Applications26 27 27 28 checksums md5 0d20fbda422538480abd18f4b298b7e0 \ … … 30 31 31 32 post-patch { 32 reinplace -E /@/s|/usr/bin/aless|$ prefix/bin/aless| \33 reinplace -E /@/s|/usr/bin/aless|${prefix}/bin/aless| \ 33 34 ${worksrcpath}/ToolInstaller.m 34 }35 if {! [variant_isset universal]} {36 set arch ${os.arch}37 if {! [string compare ${arch} powerpc]} {38 set arch ppc39 }40 41 xcode.build.settings-append ARCHS=${arch}42 xcode.destroot.settings-append ARCHS=${arch}43 35 } 44 36 45 37 post-destroot { 46 set builddir $ worksrcpath/build/UninstalledProducts47 xinstall -d $ destroot/Applications/MacPorts48 xinstall $ builddir/aless $destroot$prefix/bin49 copy $ builddir/AquaLess.app $destroot/Applications/MacPorts38 set builddir ${worksrcpath}/build/UninstalledProducts 39 xinstall -d ${destroot}${applications_dir} 40 xinstall ${builddir}/aless ${destroot}${prefix}/bin 41 copy ${builddir}/AquaLess.app ${destroot}${applications_dir} 50 42 } 51 43 52 variant universal {}53 54 44 livecheck.distname ${name}
Note: See TracChangeset
for help on using the changeset viewer.

