Revision: 81586 http://trac.macports.org/changeset/81586 Author: jmr@macports.org Date: 2011-08-02 03:46:55 -0700 (Tue, 02 Aug 2011) Log Message: ----------- AquaLess: set 32-bit supported_archs, remove code that is no longer needed with the current xcode portgroup Modified Paths: -------------- trunk/dports/aqua/AquaLess/Portfile Modified: trunk/dports/aqua/AquaLess/Portfile =================================================================== --- trunk/dports/aqua/AquaLess/Portfile 2011-08-02 10:39:55 UTC (rev 81585) +++ trunk/dports/aqua/AquaLess/Portfile 2011-08-02 10:46:55 UTC (rev 81586) @@ -21,34 +21,24 @@ master_sites sourceforge:aqualess distname ${name}-${version}-src +supported_archs i386 ppc + xcode.target ${name} -xcode.destroot.settings INSTALL_PATH=${destroot}Applications checksums md5 0d20fbda422538480abd18f4b298b7e0 \ sha1 29fd0a76e38f01d55fb46f00bb9b81af8b8f60a8 \ rmd160 8b4e727b415b0024c8ebbfcc469557fd458c8ef5 post-patch { - reinplace -E /@/s|/usr/bin/aless|$prefix/bin/aless| \ + reinplace -E /@/s|/usr/bin/aless|${prefix}/bin/aless| \ ${worksrcpath}/ToolInstaller.m } -if {! [variant_isset universal]} { - set arch ${os.arch} - if {! [string compare ${arch} powerpc]} { - set arch ppc - } - xcode.build.settings-append ARCHS=${arch} - xcode.destroot.settings-append ARCHS=${arch} -} - post-destroot { - set builddir $worksrcpath/build/UninstalledProducts - xinstall -d $destroot/Applications/MacPorts - xinstall $builddir/aless $destroot$prefix/bin - copy $builddir/AquaLess.app $destroot/Applications/MacPorts + set builddir ${worksrcpath}/build/UninstalledProducts + xinstall -d ${destroot}${applications_dir} + xinstall ${builddir}/aless ${destroot}${prefix}/bin + copy ${builddir}/AquaLess.app ${destroot}${applications_dir} } -variant universal {} - livecheck.distname ${name}
participants (1)
-
jmr@macports.org