[106174] trunk/dports/textproc/help2man/Portfile

devans at macports.org devans at macports.org
Fri May 17 15:49:38 PDT 2013


Revision: 106174
          https://trac.macports.org/changeset/106174
Author:   devans at macports.org
Date:     2013-05-17 15:49:37 -0700 (Fri, 17 May 2013)
Log Message:
-----------
help2man: mode line, white space.

Modified Paths:
--------------
    trunk/dports/textproc/help2man/Portfile

Modified: trunk/dports/textproc/help2man/Portfile
===================================================================
--- trunk/dports/textproc/help2man/Portfile	2013-05-17 21:14:49 UTC (rev 106173)
+++ trunk/dports/textproc/help2man/Portfile	2013-05-17 22:49:37 UTC (rev 106174)
@@ -1,29 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name			help2man
-version			1.41.1
-categories		textproc
-platforms		darwin
-license			GPL-3+
-installs_libs	no
-maintainers		nomaintainer
-description		automatically generate simple man pages
+name            help2man
+version         1.41.1
+categories      textproc
+platforms       darwin
+license         GPL-3+
+installs_libs   no
+maintainers     nomaintainer
+description     automatically generate simple man pages
 
-long_description	help2man is a tool for automatically generating simple \
-			manual pages from program output.
+long_description \
+                help2man is a tool for automatically generating simple \
+                manual pages from program output.
 
-homepage		http://www.gnu.org/software/help2man/
-master_sites	gnu
+homepage        http://www.gnu.org/software/help2man/
+master_sites    gnu
 
-checksums           rmd160  9650e65b4d9e53f3fedc471f187026eda7ac09ab \
-                    sha256  3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d
+checksums       rmd160  9650e65b4d9e53f3fedc471f187026eda7ac09ab \
+                sha256  3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d
 
-depends_lib		port:perl5.12 port:p5.12-locale-gettext \
-				port:gettext port:libiconv
+depends_lib     port:perl5.12 port:p5.12-locale-gettext \
+                port:gettext port:libiconv
 
-configure.perl	${prefix}/bin/perl5.12
+configure.perl  ${prefix}/bin/perl5.12
 
 configure.args  --enable-nls
 
@@ -36,8 +38,8 @@
 }
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} COPYING debian/changelog NEWS README THANKS \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} COPYING debian/changelog NEWS README THANKS \
+        ${destroot}${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130517/08da5f1e/attachment.html>


More information about the macports-changes mailing list