[33598] trunk/dports/net/curl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 31 01:30:22 PST 2008


Revision: 33598
          http://trac.macosforge.org/projects/macports/changeset/33598
Author:   ryandesign at macports.org
Date:     2008-01-31 01:30:22 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
curl: remove unnecessary xinstall arguments; see #14110

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2008-01-31 09:04:46 UTC (rev 33597)
+++ trunk/dports/net/curl/Portfile	2008-01-31 09:30:22 UTC (rev 33598)
@@ -101,13 +101,13 @@
 
 variant doc {
     post-destroot {
-        xinstall -m 0755 -d ${destroot}${docdir}/html/libcurl
+        xinstall -d ${destroot}${docdir}/html/libcurl
         xinstall -m 0644 -W ${worksrcpath}/docs TheArtOfHttpScripting ${destroot}${docdir}/html
         eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html
         eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.html] \
             ${destroot}${docdir}/html/libcurl
 
-        xinstall -m 0755 -d ${destroot}${docdir}/pdf/libcurl
+        xinstall -d ${destroot}${docdir}/pdf/libcurl
         xinstall -m 0644 -W ${worksrcpath}/docs curl-config.pdf curl.pdf ${destroot}${docdir}/pdf
         eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.pdf] ${destroot}${docdir}/pdf/libcurl
     }

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


More information about the macports-changes mailing list