public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
fixing newlines as from Lint report


git-svn-id: http://svn.macports.org/repository/macports/trunk@36829 
d073be05-634f-4543-b044-5fe20cf6d1d6
Andrea D'Amore (author)
Thu May 15 23:05:28 -0700 2008
commit  ec2c8730993dd2cb2aa9a8e4425cd5f83379db4a
tree    39e01b7452be38a76681466fd87e17145a49a7ab
parent  7c11095cb48969f9ba47cd5a6b03fef2a43278de
...
1
 
2
3
4
...
29
30
31
32
 
33
34
35
...
54
55
56
57
 
58
...
 
1
2
3
4
...
29
30
31
 
32
33
34
35
...
54
55
56
 
57
58
0
@@ -1,4 +1,4 @@
0
-# $Id:$
0
+# $Id$
0
 
0
 PortSystem 1.0
0
 
0
@@ -29,7 +29,7 @@
0
 
0
 patch.pre_args    -p1
0
 
0
-build.target
0
+build.target
0
 
0
 destroot  {
0
   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
0
@@ -54,6 +54,6 @@
0
   xinstall -m 755 -d ${destroot}${prefix}/include/lua5.1
0
   foreach inc [glob src/*.h] {
0
     xinstall -m 0644 ${inc} ${destroot}${prefix}/include/lua5.1
0
- }
0
+ }
0
 }

Comments

    No one has commented yet.