[77460] trunk/dports/python/py31-djvubind/Portfile

raphael at macports.org raphael at macports.org
Thu Mar 31 06:12:13 PDT 2011


Revision: 77460
          http://trac.macports.org/changeset/77460
Author:   raphael at macports.org
Date:     2011-03-31 06:12:12 -0700 (Thu, 31 Mar 2011)
Log Message:
-----------
py31-djvubind: only whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py31-djvubind/Portfile

Modified: trunk/dports/python/py31-djvubind/Portfile
===================================================================
--- trunk/dports/python/py31-djvubind/Portfile	2011-03-31 13:08:14 UTC (rev 77459)
+++ trunk/dports/python/py31-djvubind/Portfile	2011-03-31 13:12:12 UTC (rev 77460)
@@ -35,23 +35,26 @@
                                 rmd160  2b45ef90d98204097131e9ec38361038a00f8780
 
 patchfiles                      patch-setup.py.diff
-post-patch {                    reinplace "s|/usr/bin/env python3|${python.bin}|" ${worksrcpath}/bin/djvubind
+post-patch {
+    reinplace "s|/usr/bin/env python3|${python.bin}|" ${worksrcpath}/bin/djvubind
 }
 
 python.link_binaries_suffix
 
 set sysconfigdir etc/djvubind
 
-post-destroot {                 ln -s "${python.prefix}/share/man/man1/djvubind.1.gz" "${destroot}${prefix}/share/man/man1/djvubind${python.link_binaries_suffix}.1.gz"
-                                set docdir ${destroot}${prefix}/share/doc/${name}
-                                xinstall -d ${docdir}
-                                xinstall -m 644 -W ${worksrcpath} \
-                                    README \
-                                    docs/changelog \
-                                    ${docdir}
-                                xinstall -d ${destroot}${prefix}/${sysconfigdir}
-                                move ${destroot}${python.prefix}/etc/djvubind/config \
-                                    ${destroot}${prefix}/${sysconfigdir}/config.sample
+post-destroot {
+    ln -s "${python.prefix}/share/man/man1/djvubind.1.gz" \
+        "${destroot}${prefix}/share/man/man1/djvubind${python.link_binaries_suffix}.1.gz"
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        README \
+        docs/changelog \
+        ${docdir}
+    xinstall -d ${destroot}${prefix}/${sysconfigdir}
+    move ${destroot}${python.prefix}/etc/djvubind/config \
+        ${destroot}${prefix}/${sysconfigdir}/config.sample
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110331/40fd1f71/attachment.html>


More information about the macports-changes mailing list