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

nox at macports.org nox at macports.org
Thu Nov 22 05:43:40 PST 2007


Revision: 31400
          http://trac.macosforge.org/projects/macports/changeset/31400
Author:   nox at macports.org
Date:     2007-11-22 05:43:39 -0800 (Thu, 22 Nov 2007)

Log Message:
-----------
zsh-devel: Removed zsh.pdf installation as it seems sometimes it isn't here.

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:24:42 UTC (rev 31399)
+++ trunk/dports/shells/zsh-devel/Portfile	2007-11-22 13:43:39 UTC (rev 31400)
@@ -5,7 +5,7 @@
 name            zsh-devel
 set my_name     [strsed ${name} {s/-.*//}]
 version         4.3.4
-revision        2
+revision        3
 categories      shells
 platforms       darwin
 maintainers     nox
@@ -89,7 +89,7 @@
     xinstall -m 0644 -W ${worksrcpath} ChangeLog FEATURES LICENCE NEWS README ${destroot}${docdir}
 
     if {[variant_isset doc] || [variant_isset examples]} {
-        xinstall -m 0755 -d ${destroot}${docdir}/pdf
+        xinstall -d ${destroot}${docdir}/pdf
     }
 }
 
@@ -131,8 +131,6 @@
     distfiles-append    [suffix ${distname}-doc]
 
     post-destroot {
-        xinstall -m 0644 ${worksrcpath}/Doc/zsh.pdf ${destroot}${docdir}/pdf
-
         xinstall -d ${destroot}${docdir}/html
         eval xinstall -m 0644 [glob -directory ${worksrcpath}/Doc *.html] \
             ${destroot}${docdir}/html

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


More information about the macports-changes mailing list