Revision
32381
Author
pmq@macports.org
Date
2007-12-28 12:05:52 -0800 (Fri, 28 Dec 2007)

Log Message

Linted.

Modified Paths

Diff

Modified: trunk/dports/lang/lua/Portfile (32380 => 32381)


--- trunk/dports/lang/lua/Portfile	2007-12-28 20:04:13 UTC (rev 32380)
+++ trunk/dports/lang/lua/Portfile	2007-12-28 20:05:52 UTC (rev 32381)
@@ -11,7 +11,7 @@
 description             powerful, lightweight programming language
 long_description        Lua is a powerful, light-weight programming language \
 			designed for extending applications. Lua is also frequently \
-			used as a general-purpose, standalone language. 
+			used as a general-purpose, standalone language.
 
 homepage                http://www.lua.org
 master_sites		${homepage}/ftp/
@@ -31,7 +31,7 @@
 	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/src/luaconf.h
 	reinplace "s|/man/man1|/share/man/man1|g" ${worksrcpath}/Makefile
 
-	# to complement the use_readline patch	
+	# to complement the use_readline patch
 	reinplace "s|MYLDFLAGS=|MYLDFLAGS=-L${prefix}/lib|" ${worksrcpath}/src/Makefile
 	# for the pkgconfig file
 	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/etc/lua.pc