[59334] trunk/dports/x11/xmh/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Oct 13 10:46:01 PDT 2009


Revision: 59334
          http://trac.macports.org/changeset/59334
Author:   jeremyhu at macports.org
Date:     2009-10-13 10:46:00 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
xmh: Don't install bitmaps

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

Modified: trunk/dports/x11/xmh/Portfile
===================================================================
--- trunk/dports/x11/xmh/Portfile	2009-10-13 17:42:36 UTC (rev 59333)
+++ trunk/dports/x11/xmh/Portfile	2009-10-13 17:46:00 UTC (rev 59334)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 name                xmh
 version             1.0.1
-revision            1
+revision            2
 categories          x11 mail
 maintainers         blb openmaintainer
 description         Send and read mail with an X11 interface to MH
@@ -25,6 +25,12 @@
 
 configure.args      --mandir=${prefix}/share/man --disable-xprint
 
+post-destroot {
+	# This got moved into xbitmaps
+	delete ${destroot}${prefix}/include/X11/bitmaps/black6
+	delete ${destroot}${prefix}/include/X11/bitmaps/box6
+}
+
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/fdc38b32/attachment.html>


More information about the macports-changes mailing list