[32351] trunk/dports/devel/libtool/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Dec 26 14:10:14 PST 2007


Revision: 32351
          http://trac.macosforge.org/projects/macports/changeset/32351
Author:   ryandesign at macports.org
Date:     2007-12-26 14:10:12 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
libtool: whitespace changes only (expand tabs)

Modified Paths:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2007-12-26 20:44:17 UTC (rev 32350)
+++ trunk/dports/devel/libtool/Portfile	2007-12-26 22:10:12 UTC (rev 32351)
@@ -1,13 +1,13 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
 name            libtool
 version         1.5.24
 revision        1
-categories     	devel sysutils
+categories      devel sysutils
 maintainers     boeyms openmaintainer
-description     GNU Libtool - The GNU Portable Library Tool 
+description     GNU Libtool - The GNU Portable Library Tool
 
 long_description \
     GNU libtool is a generic library support script. Libtool hides the  \
@@ -25,16 +25,16 @@
 configure.args  --program-prefix=g
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
-		TODO ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
+        TODO ${destroot}${docdir}
 }
 
 test.run        yes
 test.target     check
 
-livecheck.check	regex
-livecheck.url	http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
 

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


More information about the macports-changes mailing list