Changeset 79547
- Timestamp:
- 06/17/11 15:12:38 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/aqua/CronniX/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/CronniX/Portfile
r74772 r79547 25 25 system service that allows scheduled execution of scripts and programs. 26 26 27 variant universal {28 eval build.args-append "ARCHS='${configure.universal_archs}'"29 eval destroot.args-append "ARCHS='${configure.universal_archs}'"30 }31 if {![variant_isset universal]} {32 set arch ${os.arch}33 if {! [string compare ${os.arch} powerpc]} {34 set arch ppc35 }36 build.args-append ARCHS=${arch}37 destroot.args-append ARCHS=${arch}38 }39 40 27 post-destroot { 41 28 fs-traverse dir ${destroot} {
Note: See TracChangeset
for help on using the changeset viewer.

