[31401] trunk/dports/shells/zsh-devel/Portfile

nox at macports.org nox at macports.org
Thu Nov 22 06:00:43 PST 2007


Revision: 31401
          http://trac.macosforge.org/projects/macports/changeset/31401
Author:   nox at macports.org
Date:     2007-11-22 06:00:42 -0800 (Thu, 22 Nov 2007)

Log Message:
-----------
zsh-devel: doc installation now uses the doc Makefile.

Modified Paths:
--------------
    trunk/dports/shells/zsh-devel/Portfile

Modified: trunk/dports/shells/zsh-devel/Portfile
===================================================================
--- trunk/dports/shells/zsh-devel/Portfile	2007-11-22 13:43:39 UTC (rev 31400)
+++ trunk/dports/shells/zsh-devel/Portfile	2007-11-22 14:00:42 UTC (rev 31401)
@@ -5,7 +5,7 @@
 name            zsh-devel
 set my_name     [strsed ${name} {s/-.*//}]
 version         4.3.4
-revision        3
+revision        4
 categories      shells
 platforms       darwin
 maintainers     nox
@@ -128,13 +128,14 @@
 }
 
 variant doc description {Install extra documentation} {
-    distfiles-append    [suffix ${distname}-doc]
+    distfiles-append        [suffix ${distname}-doc]
 
-    post-destroot {
-        xinstall -d ${destroot}${docdir}/html
-        eval xinstall -m 0644 [glob -directory ${worksrcpath}/Doc *.html] \
-            ${destroot}${docdir}/html
+    post-build {
+        system "make -C ${worksrcpath}/Doc html info"
     }
+
+    destroot.target-append  install.html \
+                            install.info
 }
 
 variant examples description {Install configuration examples} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071122/5ccf4021/attachment.html


More information about the macports-changes mailing list