Revision
74384
Author
and.damore@macports.org
Date
2010-12-14 06:03:44 -0800 (Tue, 14 Dec 2010)

Log Message

tilp2 whitespace changes

Modified Paths

Diff

Modified: trunk/dports/math/tilp2/Portfile (74383 => 74384)


--- trunk/dports/math/tilp2/Portfile	2010-12-14 14:03:11 UTC (rev 74383)
+++ trunk/dports/math/tilp2/Portfile	2010-12-14 14:03:44 UTC (rev 74384)
@@ -13,7 +13,7 @@
 
 master_sites        sourceforge:tilp
 
-checksums			md5 85f4ccd5efd96f4d25f2e0802ff096fd \
+checksums           md5 85f4ccd5efd96f4d25f2e0802ff096fd \
                                        sha1 00563d0792127d2e9b8598d423fde6661f236c46 \
                                        rmd160 4b477f83b6e6f4893a9ec703ac9d38696a5eb221
 
@@ -21,15 +21,16 @@
                     bin:grep:grep \
                     bin:groff:groff
 depends_lib         port:libiconv \
-					port:libticonv \
-					port:libtifiles2 \
-					port:libticables2 \
+                    port:libticonv \
+                    port:libtifiles2 \
+                    port:libticables2 \
                     port:libticalcs2 \
                     port:gettext \
                     port:gtk2 \
                     port:libglade2
 
-configure.args		--without-kde
+configure.args      --without-kde
 
-pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }
-
+pre-destroot {
+    system "chmod +x ${worksrcpath}/install-sh "
+}