[59997] trunk/dports/x11/xcb/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 28 16:46:55 PDT 2009


Revision: 59997
          http://trac.macports.org/changeset/59997
Author:   jmr at macports.org
Date:     2009-10-28 16:46:51 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
xcb: fix destroot failure (#22197)

Modified Paths:
--------------
    trunk/dports/x11/xcb/Portfile

Modified: trunk/dports/x11/xcb/Portfile
===================================================================
--- trunk/dports/x11/xcb/Portfile	2009-10-28 23:21:02 UTC (rev 59996)
+++ trunk/dports/x11/xcb/Portfile	2009-10-28 23:46:51 UTC (rev 59997)
@@ -26,16 +26,15 @@
 depends_lib \
         port:xorg-libXaw
 
-destroot.destdir \
-        DESTDIR=${destroot} \
+destroot.destdir-append \
         BINDIR=${prefix}/bin \
         LIBDIR=${prefix}/lib/X11 \
         ETCX11DIR=${prefix}/lib/X11 \
         FONTDIR=${prefix}/lib/X11/fonts \
         MANPATH=${prefix}/share/man
 
-destroot.target install install.man
+destroot.target-append install.man
 
 post-destroot {
-	delete ${prefix}/lib/X11/app-defaults 
+	delete ${destroot}${prefix}/lib/X11/app-defaults 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091028/37a65338/attachment.html>


More information about the macports-changes mailing list