[55404] trunk/dports/sysutils/man/Portfile

mww at macports.org mww at macports.org
Mon Aug 10 01:36:29 PDT 2009


Revision: 55404
          http://trac.macports.org/changeset/55404
Author:   mww at macports.org
Date:     2009-08-10 01:36:27 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
white space changes only

Modified Paths:
--------------
    trunk/dports/sysutils/man/Portfile

Modified: trunk/dports/sysutils/man/Portfile
===================================================================
--- trunk/dports/sysutils/man/Portfile	2009-08-10 08:32:41 UTC (rev 55403)
+++ trunk/dports/sysutils/man/Portfile	2009-08-10 08:36:27 UTC (rev 55404)
@@ -2,48 +2,47 @@
 
 PortSystem 1.0
 
-name			man
-version			1.6f
-categories		sysutils
-platforms		darwin
-maintainers		mww
-description		The man page suite containing man, apropos, whatis, man2html
-long_description	The man page suite (man, apropos, and whatis) contains \
-				programs used to read most of the documentation on a Unix \
-				system. The whatis and apropos programs are used to find \
-				documentation related to a particular subject. 
+name                man
+version             1.6f
+categories          sysutils
+platforms           darwin
+maintainers         mww
+description         The man page suite containing man, apropos, whatis, man2html
+long_description    The man page suite (man, apropos, and whatis) contains \
+                    programs used to read most of the documentation on a Unix \
+                    system. The whatis and apropos programs are used to find \
+                    documentation related to a particular subject. 
 
-homepage		http://primates.ximian.com/~flucifredi/man/
-master_sites	${homepage}
-patchfiles		patch-configure \
-                patch-configure-prepath \
-				patch-gencat-genlib.c \
-				patch-man2html_Makefile.in \
-				configure.diff
-patch_sites		http://www.opensource.apple.com/darwinsource/10.4.8.ppc/man-4/patches/
+homepage            http://primates.ximian.com/~flucifredi/man/
+master_sites        ${homepage}
+patchfiles          patch-configure \
+                    patch-configure-prepath \
+                    patch-gencat-genlib.c \
+                    patch-man2html_Makefile.in \
+                    configure.diff
+patch_sites         http://www.opensource.apple.com/darwinsource/10.4.8.ppc/man-4/patches/
 
-checksums		${distfiles} md5 67aaaa6df35215e812fd7d89472c44b6 \
-				${distfiles} sha1 c97012607ed9d75a6eee7e66d257a99a8ed86918 \
-				${distfiles} rmd160 8680bb94bff9b86fb9d061f58d9acb08c934531e \
-				\
-				configure.diff md5 9b9b0c22f7249391dfafe905ac8837ab \
-				configure.diff sha1 1754a380d8b1b1e1a5c5ebb66fbda69adfdb4aae \
-				configure.diff rmd160 5a3a5bdc0c5f0653393b5078a9f275bd7df8c59c
+checksums           ${distfiles} md5 67aaaa6df35215e812fd7d89472c44b6 \
+                    ${distfiles} sha1 c97012607ed9d75a6eee7e66d257a99a8ed86918 \
+                    ${distfiles} rmd160 8680bb94bff9b86fb9d061f58d9acb08c934531e \
+                    configure.diff md5 9b9b0c22f7249391dfafe905ac8837ab \
+                    configure.diff sha1 1754a380d8b1b1e1a5c5ebb66fbda69adfdb4aae \
+                    configure.diff rmd160 5a3a5bdc0c5f0653393b5078a9f275bd7df8c59c
 
-configure.args	--mandir=${prefix}/share/man \
-				-compatibility_mode_for_colored_groff \
-				-confdir=${prefix}/etc \
-				+fhs
+configure.args      --mandir=${prefix}/share/man \
+                    -compatibility_mode_for_colored_groff \
+                    -confdir=${prefix}/etc \
+                    +fhs
 
-depends_run		port:bzip2 \
-				port:groff \
-				port:gzip \
-				port:less
+depends_run         port:bzip2 \
+                    port:groff \
+                    port:gzip \
+                    port:less
 
 post-destroot {
-	file delete ${destroot}${prefix}/share/locale
+    file delete ${destroot}${prefix}/share/locale
 }
 
 variant man_all_lang {
-	configure.args-append +lang all
+    configure.args-append +lang all
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/ef182b9b/attachment.html>


More information about the macports-changes mailing list