[40555] trunk/dports/gnustep/GNUMail/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 6 14:00:00 PDT 2008


Revision: 40555
          http://trac.macports.org/changeset/40555
Author:   jmr at macports.org
Date:     2008-10-06 14:00:00 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
GNUMail: remove use of cd

Modified Paths:
--------------
    trunk/dports/gnustep/GNUMail/Portfile

Modified: trunk/dports/gnustep/GNUMail/Portfile
===================================================================
--- trunk/dports/gnustep/GNUMail/Portfile	2008-10-06 20:58:09 UTC (rev 40554)
+++ trunk/dports/gnustep/GNUMail/Portfile	2008-10-06 21:00:00 UTC (rev 40555)
@@ -22,33 +22,32 @@
 worksrcdir     ${name}
 
 post-patch {
-   cd ${worksrcpath}/Bundles
    foreach i { Advanced Colors Fonts MIME Receiving Sending Viewing } {
         reinplace "s|lGNUMail|lGNUMail -lPantomime -lAddresses -lAddressView|g" \
-            $i/GNUmakefile
+            ${worksrcpath}/Bundles/${i}/GNUmakefile
     }
     foreach i { Account Compose Import } {
         reinplace "s|lGNUMail|lGNUMail -lAddresses -lAddressView|g" \
-            $i/GNUmakefile
+            ${worksrcpath}/Bundles/${i}/GNUmakefile
     }
     reinplace "s|lGNUMail|lGNUMail -lAddressView|g" \
-            Filtering/GNUmakefile
+            ${worksrcpath}/Bundles/Filtering/GNUmakefile
     reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" \
-		Account/GNUmakefile \
-		Advanced/GNUmakefile \
-		Clock/GNUmakefile \
-		Colors/GNUmakefile \
-		Compose/GNUmakefile \
-		Emoticon/GNUmakefile \
-		Face/GNUmakefile \
-		Filtering/GNUmakefile \
-		Fonts/GNUmakefile \
-		Import/GNUmakefile \
-		MIME/GNUmakefile \
-		PGP/GNUmakefile \
-		Receiving/GNUmakefile \
-		Sending/GNUmakefile \
-		Viewing/GNUmakefile
+		${worksrcpath}/Bundles/Account/GNUmakefile \
+		${worksrcpath}/Bundles/Advanced/GNUmakefile \
+		${worksrcpath}/Bundles/Clock/GNUmakefile \
+		${worksrcpath}/Bundles/Colors/GNUmakefile \
+		${worksrcpath}/Bundles/Compose/GNUmakefile \
+		${worksrcpath}/Bundles/Emoticon/GNUmakefile \
+		${worksrcpath}/Bundles/Face/GNUmakefile \
+		${worksrcpath}/Bundles/Filtering/GNUmakefile \
+		${worksrcpath}/Bundles/Fonts/GNUmakefile \
+		${worksrcpath}/Bundles/Import/GNUmakefile \
+		${worksrcpath}/Bundles/MIME/GNUmakefile \
+		${worksrcpath}/Bundles/PGP/GNUmakefile \
+		${worksrcpath}/Bundles/Receiving/GNUmakefile \
+		${worksrcpath}/Bundles/Sending/GNUmakefile \
+		${worksrcpath}/Bundles/Viewing/GNUmakefile
 }
 
 build.args-append LINK_AGAINST_ALL_LIBS=yes    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/67adddec/attachment.html 


More information about the macports-changes mailing list