[22517] trunk/dports/devel/openssl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 3 22:24:00 PST 2007


Revision: 22517
          http://trac.macosforge.org/projects/macports/changeset/22517
Author:   pipping at macports.org
Date:     2007-03-03 22:23:59 -0800 (Sat, 03 Mar 2007)

Log Message:
-----------
 variant universal: * fix comments

Modified Paths:
--------------
    trunk/dports/devel/openssl/Portfile

Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile	2007-03-04 01:17:54 UTC (rev 22516)
+++ trunk/dports/devel/openssl/Portfile	2007-03-04 06:23:59 UTC (rev 22517)
@@ -47,6 +47,7 @@
 
     post-configure {
         cd ${worksrcpath}
+
         # prepare building for ppc
         if [variant_isset darwin_i386] {
             reinplace "s|PLATFORM=darwin-i386-cc|PLATFORM=darwin-ppc-cc|g" Makefile
@@ -58,6 +59,7 @@
 
     build {
         cd ${worksrcpath}
+
         # build for ppc
         system [command build]
 
@@ -110,7 +112,7 @@
         # build for i386
         system [command build]
 
-        # backup the output of the first run (ppc)
+        # backup the output of the second run (i386)
         set i386Path ${workpath}/i386
         backup ${i386Path}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070303/5c3c13d5/attachment.html


More information about the macports-changes mailing list