[35389] trunk/dports/graphics/libpixman/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 27 01:10:16 PDT 2008


Revision: 35389
          http://trac.macosforge.org/projects/macports/changeset/35389
Author:   ryandesign at macports.org
Date:     2008-03-27 01:10:15 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
libpixman: install documentation into a versioned directory

Modified Paths:
--------------
    trunk/dports/graphics/libpixman/Portfile

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2008-03-27 08:08:31 UTC (rev 35388)
+++ trunk/dports/graphics/libpixman/Portfile	2008-03-27 08:10:15 UTC (rev 35389)
@@ -5,6 +5,7 @@
 name                    libpixman
 set my_name             pixman
 version                 0.9.6
+revision                1
 categories              graphics
 maintainers             ryandesign
 homepage                http://www.x.org/
@@ -25,7 +26,8 @@
     rmd160 3cde968776ea75ed8efd4b5c126238fd2a9817cb
 
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
     eval xinstall -m 644 -W ${worksrcpath} \
         AUTHORS \
         COPYING \
@@ -33,7 +35,7 @@
         NEWS \
         README \
         TODO \
-        ${destroot}${prefix}/share/doc/${name}
+        ${docdir}
 }
 
 livecheck.check         regex

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


More information about the macports-changes mailing list