[89624] trunk/dports/devel/automake/Portfile

mww at macports.org mww at macports.org
Sat Feb 4 08:30:24 PST 2012


Revision: 89624
          http://trac.macports.org/changeset/89624
Author:   mww at macports.org
Date:     2012-02-04 08:30:24 -0800 (Sat, 04 Feb 2012)
Log Message:
-----------
whitespace changes only (tab -> blanks)

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

Modified: trunk/dports/devel/automake/Portfile
===================================================================
--- trunk/dports/devel/automake/Portfile	2012-02-04 16:28:19 UTC (rev 89623)
+++ trunk/dports/devel/automake/Portfile	2012-02-04 16:30:24 UTC (rev 89624)
@@ -2,46 +2,46 @@
 
 PortSystem 1.0
 
-name		automake
-version		1.11.3
-categories	devel
-license		{GPL-2+ Permissive}
-installs_libs   no
-maintainers	mww
-description	the gnu automake utility for generating Makefile.in
-platforms	darwin freebsd
-supported_archs	noarch
-long_description	Automake is a tool for automatically generating \
-		Makefile.in files from files called Makefile.am. Each \
-		Makefile.am is basically a series of make variable \
-		definitions, with rules being thrown in occasionally. The \
-		generated Makefile.in files are compliant with the GNU \
-		Makefile standards.
+name                automake
+version             1.11.3
+categories          devel
+license             {GPL-2+ Permissive}
+installs_libs       no
+maintainers         mww
+description         the gnu automake utility for generating Makefile.in
+platforms           darwin freebsd
+supported_archs     noarch
+long_description    Automake is a tool for automatically generating \
+        Makefile.in files from files called Makefile.am. Each \
+        Makefile.am is basically a series of make variable \
+        definitions, with rules being thrown in occasionally. The \
+        generated Makefile.in files are compliant with the GNU \
+        Makefile standards.
 
-homepage	http://www.gnu.org/software/automake/
-master_sites	gnu
+homepage            http://www.gnu.org/software/automake/
+master_sites        gnu
 checksums           md5     93ecb319f0365cb801990b00f658d026 \
                     sha1    537f5964bb7ec7d0df6544e3d10d9631fe7460f0 \
                     rmd160  bd4b8981b45a69a702bd0f950bfcec0717cff455
 
-depends_build	port:autoconf
-depends_lib	path:bin/perl:perl5
+depends_build       port:autoconf
+depends_lib         path:bin/perl:perl5
 
-configure.args	--infodir=${prefix}/share/info
-configure.perl	${prefix}/bin/perl
+configure.args      --infodir=${prefix}/share/info
+configure.perl      ${prefix}/bin/perl
 
-test.run	yes
-test.target	check
+test.run            yes
+test.target         check
 
-post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog ChangeLog.00 \
-		ChangeLog.01 ChangeLog.02 ChangeLog.03 ChangeLog.04 ChangeLog.09 \
-		ChangeLog.96 ChangeLog.98 INSTALL NEWS README TODO THANKS \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot    {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog ChangeLog.00 \
+        ChangeLog.01 ChangeLog.02 ChangeLog.03 ChangeLog.04 ChangeLog.09 \
+        ChangeLog.96 ChangeLog.98 INSTALL NEWS README TODO THANKS \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex	automake-(\[0-9\\\.]+\[0-9\])\\.
+livecheck.type      regex
+livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex     automake-(\[0-9\\\.]+\[0-9\])\\.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120204/a54fa0c4/attachment.html>


More information about the macports-changes mailing list