Changeset 3928 for trunk/scripts
- Timestamp:
- 11/14/07 01:02:38 (14 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/macosx/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/macosx/Portfile
r3925 r3928 19 19 20 20 homepage http://logtalk.org/ 21 master_sites ${homepage} /files/21 master_sites ${homepage}files/ 22 22 23 23 checksums md5 c80bc685a5868639edc66cff9fde6f6c 24 24 25 distname lgt 230925 distname lgt[strsed ${version} {g/\.//}] 26 26 extract.suffix .tar.bz2 27 27 … … 33 33 34 34 destroot { 35 cd ${workpath}/${worksrcdir}/scripts 36 system "./install.sh ${destroot}/${prefix}" 35 system "cd ${workpath}/${worksrcdir}/scripts && ./install.sh ${destroot}/${prefix}" 37 36 } 38 37
