Changeset 3983 for trunk/scripts

Show
Ignore:
Timestamp:
12/27/07 13:43:07 (13 months ago)
Author:
pmoura
Message:

Updated MacPorts? portfile to disable universal variants.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/macosx/Portfile

    r3959 r3983  
    2121master_sites    ${homepage}files/ 
    2222 
    23 checksums md5 c80bc685a5868639edc66cff9fde6f6c 
     23checksums md5   a5cd3891ceb0274eede49dbdb00d08dc 
    2424 
    25 distname lgt[strsed ${version} {g/\.//}] 
    26 extract.suffix .tar.bz2 
     25distname        lgt[strsed ${version} {g/\.//}] 
    2726 
    28 use_bzip2 yes 
     27use_bzip2       yes 
    2928 
    30 configure   {} 
     29use_configure   no 
    3130 
    32 build       {} 
     31build           {} 
    3332 
    34 destroot    { 
     33universal_variant   no 
     34 
     35destroot { 
    3536    system "cd ${workpath}/${worksrcdir}/scripts && ./install.sh ${destroot}/${prefix}" 
    3637}