[29356] trunk/dports/textproc/xmlto/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 15:35:21 PDT 2007


Revision: 29356
          http://trac.macosforge.org/projects/macports/changeset/29356
Author:   nox at macports.org
Date:     2007-09-21 15:35:21 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
xmlto:
 * Added standard doc install.
 * Added sha1 and rmd160 checksums.

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

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2007-09-21 22:18:35 UTC (rev 29355)
+++ trunk/dports/textproc/xmlto/Portfile	2007-09-21 22:35:21 UTC (rev 29356)
@@ -4,7 +4,7 @@
 
 name            xmlto
 version         0.0.18
-revision        2
+revision        3
 categories      textproc
 platforms       darwin
 maintainers     nomaintainer
@@ -22,7 +22,9 @@
 master_sites    http://cyberelk.net/tim/data/xmlto/stable/
 use_bzip2       yes
 
-checksums       md5 1a06471b70eb27a6aca5d1b3a144f9b0
+checksums       md5 1a06471b70eb27a6aca5d1b3a144f9b0 \
+                sha1 abee8925a80bfefcdf1543956a804b1facff7bec \
+                rmd160 4b7232ad673c6b3a0ad015d0061cf5b77165478c
 
 depends_lib     port:libxslt \
                 port:libxml2 \
@@ -38,9 +40,10 @@
 destroot.args   ${build.args}
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ \
-		NEWS README [glob ${worksrcpath}/doc/*] \
-		${destroot}${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ \
+        NEWS README ${destroot}${docdir}
+    eval xinstall -m 0644 [glob ${worksrcpath}/doc/*] ${destroot}${docdir}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070921/105ccea8/attachment.html


More information about the macports-changes mailing list