[26745] trunk/dports/databases/mysql5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 14:21:38 PDT 2007


Revision: 26745
          http://trac.macosforge.org/projects/macports/changeset/26745
Author:   ryandesign at macports.org
Date:     2007-07-05 14:21:38 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
mysql5: fix whitespace that became inconsistent in r26683

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2007-07-05 21:11:52 UTC (rev 26744)
+++ trunk/dports/databases/mysql5/Portfile	2007-07-05 21:21:38 UTC (rev 26745)
@@ -88,9 +88,9 @@
         delete ${destroot}${prefix}/mysql-test
 	
 	# Symlink mysql binaries into bin directory, with a 5 appended to the name
-        cd ${destroot}${prefix}/bin
+	cd ${destroot}${prefix}/bin
 	foreach f [glob -tails -directory ${destroot}${prefix}/lib/${name}/bin my*] {
-                ln -sf ../lib/${name}/bin/${f}5
+		ln -sf ../lib/${name}/bin/${f}5
 	}
 }
 

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


More information about the macports-changes mailing list