Changeset 976 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2002, 5:01:19 AM (21 years ago)
Author:
rooneg
Message:

Change a few instances of ${workpath}/${worksrcdir} to ${worksrcpath}.

Location:
trunk/dports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/wtf/Portfile

    r974 r976  
    1313
    1414build {
    15         cd ${workpath}/${worksrcdir}
     15        cd ${worksrcpath}
    1616        reinplace "s|/usr/local/share/misc|${prefix}/share/misc|g" wtf
    1717        reinplace "s|/usr/share/misc|${prefix}/share/misc|g" wtf.6
     
    1919
    2020install {
    21         cd ${workpath}/${worksrcdir}
     21        cd ${worksrcpath}
    2222
    2323        system "install wtf ${prefix}/bin"
  • trunk/dports/textproc/chef/Portfile

    r960 r976  
    1414
    1515configure               {}
    16 build                   { system "cd $workpath/$worksrcdir && lex chef.x && cc lex.yy.c -ll -o chef" }
    17 install                 { system "cd $workpath/$worksrcdir && install chef $prefix/bin" }
     16build                   { system "cd $worksrcpath && lex chef.x && cc lex.yy.c -ll -o chef" }
     17install                 { system "cd $worksrcpath && install chef $prefix/bin" }
    1818
    1919contents                bin/chef
Note: See TracChangeset for help on using the changeset viewer.