[36829] trunk/dports/devel/lua-expat/Portfile
andrea.damore at macports.org
andrea.damore at macports.org
Thu May 15 23:05:29 PDT 2008
Revision: 36829
http://trac.macosforge.org/projects/macports/changeset/36829
Author: andrea.damore at macports.org
Date: 2008-05-15 23:05:28 -0700 (Thu, 15 May 2008)
Log Message:
-----------
fixing newlines as from Lint report
Modified Paths:
--------------
trunk/dports/devel/lua-expat/Portfile
Modified: trunk/dports/devel/lua-expat/Portfile
===================================================================
--- trunk/dports/devel/lua-expat/Portfile 2008-05-16 05:54:47 UTC (rev 36828)
+++ trunk/dports/devel/lua-expat/Portfile 2008-05-16 06:05:28 UTC (rev 36829)
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
PortSystem 1.0
@@ -29,7 +29,7 @@
patch.pre_args -p1
-build.target
+build.target
destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -54,5 +54,6 @@
xinstall -m 755 -d ${destroot}${prefix}/include/lua5.1
foreach inc [glob src/*.h] {
xinstall -m 0644 ${inc} ${destroot}${prefix}/include/lua5.1
- }
-}
\ No newline at end of file
+ }
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080515/545613f7/attachment.htm
More information about the macports-changes
mailing list