Changeset 3928 for trunk/scripts

Show
Ignore:
Timestamp:
11/14/07 01:02:38 (14 months ago)
Author:
pmoura
Message:

Improved MacPorts? portfile after suggestions from Ryan Schmidt.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/macosx/Portfile

    r3925 r3928  
    1919 
    2020homepage        http://logtalk.org/ 
    21 master_sites    ${homepage}/files/ 
     21master_sites    ${homepage}files/ 
    2222 
    2323checksums md5 c80bc685a5868639edc66cff9fde6f6c 
    2424 
    25 distname lgt2309 
     25distname lgt[strsed ${version} {g/\.//}] 
    2626extract.suffix .tar.bz2 
    2727 
     
    3333 
    3434destroot    { 
    35     cd ${workpath}/${worksrcdir}/scripts 
    36     system "./install.sh ${destroot}/${prefix}" 
     35    system "cd ${workpath}/${worksrcdir}/scripts && ./install.sh ${destroot}/${prefix}" 
    3736} 
    3837