[73044] trunk/dports/textproc/ebook-tools/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 1 17:55:20 PDT 2010


Revision: 73044
          http://trac.macports.org/changeset/73044
Author:   ryandesign at macports.org
Date:     2010-11-01 17:55:16 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
ebook-tools: adjust whitespace

Modified Paths:
--------------
    trunk/dports/textproc/ebook-tools/Portfile

Modified: trunk/dports/textproc/ebook-tools/Portfile
===================================================================
--- trunk/dports/textproc/ebook-tools/Portfile	2010-11-01 23:49:20 UTC (rev 73043)
+++ trunk/dports/textproc/ebook-tools/Portfile	2010-11-02 00:55:16 UTC (rev 73044)
@@ -2,13 +2,14 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+
 name                ebook-tools
 version             0.2.1
 categories          textproc
 maintainers         nomaintainer
 license             MIT
 
-description         Access and convert various ebook file formats 
+description         Access and convert various ebook file formats
 long_description    ${description}
 
 platforms           darwin
@@ -19,13 +20,16 @@
 checksums           sha1    1340eb7141b453088d39e62bba771413053a6d18 \
                     rmd160  0f4f35bfcc44eeae328b6e1bb3740a368735cec9
 
-depends_lib         port:libzip port:libxml2
+depends_lib         port:libzip \
+                    port:libxml2
 
 depends_run         port:convertlit
 
 post-destroot {
-   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-   xinstall -m 644 -W ${worksrcpath} LICENSE README TODO \
-      ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE \
+        README \
+        TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101101/f11a0459/attachment.html>


More information about the macports-changes mailing list