[51233] trunk/dports/archivers/xz-devel/Portfile

afb at macports.org afb at macports.org
Thu May 21 03:42:44 PDT 2009


Revision: 51233
          http://trac.macports.org/changeset/51233
Author:   afb at macports.org
Date:     2009-05-21 03:42:44 -0700 (Thu, 21 May 2009)
Log Message:
-----------
filenames changed, port needs to co-exist with liblzma

Modified Paths:
--------------
    trunk/dports/archivers/xz-devel/Portfile

Modified: trunk/dports/archivers/xz-devel/Portfile
===================================================================
--- trunk/dports/archivers/xz-devel/Portfile	2009-05-21 10:31:22 UTC (rev 51232)
+++ trunk/dports/archivers/xz-devel/Portfile	2009-05-21 10:42:44 UTC (rev 51233)
@@ -4,6 +4,7 @@
 
 name            xz-devel
 version         4.999.8beta
+revision        1
 categories      archivers
 platforms       darwin
 maintainers     afb openmaintainer
@@ -31,7 +32,7 @@
 # the library is being provided by the liblzma port instead
 post-destroot {
     file delete -force ${destroot}${prefix}/include/lzma.h
-    file delete -force ${destroot}${prefix}/include/lzma_adv.h
+    file delete -force ${destroot}${prefix}/include/lzma
     foreach lib [glob ${destroot}${prefix}/lib/liblzma*] { file delete $lib }
-    file delete ${destroot}${prefix}/lib/pkgconfig/lzma.pc
+    file delete ${destroot}${prefix}/lib/pkgconfig/liblzma.pc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/d75811d9/attachment.html>


More information about the macports-changes mailing list