Changeset 40555 for trunk/dports


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

GNUMail: remove use of cd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnustep/GNUMail/Portfile

    r30229 r40555  
    2323
    2424post-patch {
    25    cd ${worksrcpath}/Bundles
    2625   foreach i { Advanced Colors Fonts MIME Receiving Sending Viewing } {
    2726        reinplace "s|lGNUMail|lGNUMail -lPantomime -lAddresses -lAddressView|g" \
    28             $i/GNUmakefile
     27            ${worksrcpath}/Bundles/${i}/GNUmakefile
    2928    }
    3029    foreach i { Account Compose Import } {
    3130        reinplace "s|lGNUMail|lGNUMail -lAddresses -lAddressView|g" \
    32             $i/GNUmakefile
     31            ${worksrcpath}/Bundles/${i}/GNUmakefile
    3332    }
    3433    reinplace "s|lGNUMail|lGNUMail -lAddressView|g" \
    35             Filtering/GNUmakefile
     34            ${worksrcpath}/Bundles/Filtering/GNUmakefile
    3635    reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" \
    37                 Account/GNUmakefile \
    38                 Advanced/GNUmakefile \
    39                 Clock/GNUmakefile \
    40                 Colors/GNUmakefile \
    41                 Compose/GNUmakefile \
    42                 Emoticon/GNUmakefile \
    43                 Face/GNUmakefile \
    44                 Filtering/GNUmakefile \
    45                 Fonts/GNUmakefile \
    46                 Import/GNUmakefile \
    47                 MIME/GNUmakefile \
    48                 PGP/GNUmakefile \
    49                 Receiving/GNUmakefile \
    50                 Sending/GNUmakefile \
    51                 Viewing/GNUmakefile
     36                ${worksrcpath}/Bundles/Account/GNUmakefile \
     37                ${worksrcpath}/Bundles/Advanced/GNUmakefile \
     38                ${worksrcpath}/Bundles/Clock/GNUmakefile \
     39                ${worksrcpath}/Bundles/Colors/GNUmakefile \
     40                ${worksrcpath}/Bundles/Compose/GNUmakefile \
     41                ${worksrcpath}/Bundles/Emoticon/GNUmakefile \
     42                ${worksrcpath}/Bundles/Face/GNUmakefile \
     43                ${worksrcpath}/Bundles/Filtering/GNUmakefile \
     44                ${worksrcpath}/Bundles/Fonts/GNUmakefile \
     45                ${worksrcpath}/Bundles/Import/GNUmakefile \
     46                ${worksrcpath}/Bundles/MIME/GNUmakefile \
     47                ${worksrcpath}/Bundles/PGP/GNUmakefile \
     48                ${worksrcpath}/Bundles/Receiving/GNUmakefile \
     49                ${worksrcpath}/Bundles/Sending/GNUmakefile \
     50                ${worksrcpath}/Bundles/Viewing/GNUmakefile
    5251}
    5352
Note: See TracChangeset for help on using the changeset viewer.