[99848] trunk/dports/textproc/rst2pdf/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Nov 18 22:12:27 PST 2012
Revision: 99848
https://trac.macports.org/changeset/99848
Author: ryandesign at macports.org
Date: 2012-11-18 22:12:27 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
rst2pdf: add modeline; adjust whitespace to match
Modified Paths:
--------------
trunk/dports/textproc/rst2pdf/Portfile
Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2012-11-19 06:11:49 UTC (rev 99847)
+++ trunk/dports/textproc/rst2pdf/Portfile 2012-11-19 06:12:27 UTC (rev 99848)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -32,10 +33,9 @@
python.link_binaries_suffix
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} CHANGES.txt Contributors.txt LICENSE.txt \
- README.txt ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath}/doc DEVELOPERS.txt manual.txt \
- sampler.txt ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} CHANGES.txt Contributors.txt LICENSE.txt \
+ README.txt ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/doc DEVELOPERS.txt manual.txt \
+ sampler.txt ${destroot}${prefix}/share/doc/${name}
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/6aa4311f/attachment-0001.html>
More information about the macports-changes
mailing list