Changeset 3983 for trunk/scripts
- Timestamp:
- 12/27/07 13:43:07 (13 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/macosx/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/macosx/Portfile
r3959 r3983 21 21 master_sites ${homepage}files/ 22 22 23 checksums md5 c80bc685a5868639edc66cff9fde6f6c23 checksums md5 a5cd3891ceb0274eede49dbdb00d08dc 24 24 25 distname lgt[strsed ${version} {g/\.//}] 26 extract.suffix .tar.bz2 25 distname lgt[strsed ${version} {g/\.//}] 27 26 28 use_bzip2 yes27 use_bzip2 yes 29 28 30 configure {} 29 use_configure no 31 30 32 build {}31 build {} 33 32 34 destroot { 33 universal_variant no 34 35 destroot { 35 36 system "cd ${workpath}/${worksrcdir}/scripts && ./install.sh ${destroot}/${prefix}" 36 37 }
