[105672] trunk/dports/archivers/afio/Portfile

larryv at macports.org larryv at macports.org
Tue Apr 30 16:20:54 PDT 2013


Revision: 105672
          https://trac.macports.org/changeset/105672
Author:   larryv at macports.org
Date:     2013-04-30 16:20:54 -0700 (Tue, 30 Apr 2013)
Log Message:
-----------
afio: Clean up whitespace (maintainer, #38970).

Modified Paths:
--------------
    trunk/dports/archivers/afio/Portfile

Modified: trunk/dports/archivers/afio/Portfile
===================================================================
--- trunk/dports/archivers/afio/Portfile	2013-04-30 23:16:26 UTC (rev 105671)
+++ trunk/dports/archivers/afio/Portfile	2013-04-30 23:20:54 UTC (rev 105672)
@@ -1,25 +1,25 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem          1.0
 
-name			afio
-version			2.5.1
-categories		archivers
-platforms		darwin
-maintainers		puffin.lb.shuttle.de:michael.klein
-description		Archiver & backup program with builtin compression
+name                afio
+version             2.5.1
+categories          archivers
+platforms           darwin
+maintainers         puffin.lb.shuttle.de:michael.klein
+description         Archiver & backup program with builtin compression
 
-long_description	Afio makes cpio-format archives. It deals somewhat \
-			gracefully with input data corruption, supports \
-			multi-volume archives during interactive operation, and \
-			can make compressed archives that are much safer than \
-			compressed tar or cpio archives. Afio is best used as \
-			an `archive engine' in a backup script.
+long_description    Afio makes cpio-format archives. It deals somewhat \
+                    gracefully with input data corruption, supports \
+                    multi-volume archives during interactive operation, and \
+                    can make compressed archives that are much safer than \
+                    compressed tar or cpio archives. Afio is best used as \
+                    an `archive engine' in a backup script.
 
 homepage            http://freecode.com/projects/afio/
 master_sites        http://members.brabant.chello.nl/~k.holtman \
                     http://www.ibiblio.org/pub/Linux/system/backup/
-extract.suffix		.tgz
+extract.suffix      .tgz
 
 checksums           sha256  363457a5d6ee422d9b704ef56d26369ca5ee671d7209cfe799cab6e30bf2b99a \
                     rmd160  923981a9e6766781705ceedecd3d86afa5b9abae
@@ -36,9 +36,8 @@
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} ANNOUNCE-${version} HISTORY README SCRIPTS \
-        ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} ANNOUNCE-${version} HISTORY README SCRIPTS ${destroot}${docdir}
 }
 
-build.target		afio
+build.target            afio
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130430/417ead3e/attachment.html>


More information about the macports-changes mailing list