[40663] trunk/dports/textproc/libxml2/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Oct 9 19:44:01 PDT 2008


Revision: 40663
          http://trac.macports.org/changeset/40663
Author:   macsforever2000 at macports.org
Date:     2008-10-09 19:44:00 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
Create ${prefix}/etc/xml directory (#16754)

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

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2008-10-10 02:03:28 UTC (rev 40662)
+++ trunk/dports/textproc/libxml2/Portfile	2008-10-10 02:44:00 UTC (rev 40663)
@@ -4,6 +4,7 @@
 
 name                  libxml2
 version               2.7.1
+revision              1
 categories            textproc
 description           gnome xml library
 platforms             darwin
@@ -39,11 +40,15 @@
 
 use_parallel_build      yes
 
+destroot.keepdirs       ${destroot}${prefix}/etc/xml
 pre-destroot {
     # Work around parallel build issue with MacPorts 1.6.0.
     # Remove when MacPorts 1.7.0 is released.
     xinstall -d ${destroot}${prefix}/include/libxml2/libxml
 }
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/etc/xml
+}
 
 test.run              yes
 test.target           check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081009/cdaf2750/attachment.html 


More information about the macports-changes mailing list