Changeset 40561 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2008, 9:16:22 PM (15 years ago)
Author:
jmr@…
Message:

mercury: remove use of cd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/mercury/Portfile

    r34822 r40561  
    5353# scheme.
    5454
    55 build           { cd ${worksrcpath}
    56                   system "make INSTALL_PREFIX=${destroot}${prefix}"
     55build           {
     56                  system "cd ${worksrcpath} && make INSTALL_PREFIX=${destroot}${prefix}"
    5757                }
    5858
    59 destroot        { cd ${worksrcpath}
    60                   system "make INSTALL_PREFIX=${destroot}${prefix} \
     59destroot        {
     60                  system "cd ${worksrcpath} && make INSTALL_PREFIX=${destroot}${prefix} \
    6161                               MERCURY_COMPILER=${worksrcpath}/compiler/mercury_compile install"
    6262                }
Note: See TracChangeset for help on using the changeset viewer.