Changeset 40562 for trunk/dports


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

mercury-extras: remove use of cd

File:
1 edited

Legend:

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

    r30235 r40562  
    3636use_configure   no
    3737
    38 build           { cd ${worksrcpath}
    39                   system "mmake depend && mmake INSTALL_PREFIX=${destroot}${prefix}"
     38build           {
     39                  system "cd ${worksrcpath} && mmake depend && mmake INSTALL_PREFIX=${destroot}${prefix}"
    4040                }
    4141
    42 destroot        { cd ${worksrcpath}
    43                   system "mmake INSTALL_PREFIX=${destroot}${prefix} install"
     42destroot        {
     43                  system "cd ${worksrcpath} && mmake INSTALL_PREFIX=${destroot}${prefix} install"
    4444                }
    4545
Note: See TracChangeset for help on using the changeset viewer.