Revision
74254
Author
jeremyhu@macports.org
Date
2010-12-08 23:12:11 -0800 (Wed, 08 Dec 2010)

Log Message

bitmap: Don't install Stipple

Modified Paths

Diff

Modified: trunk/dports/x11/bitmap/Portfile (74253 => 74254)


--- trunk/dports/x11/bitmap/Portfile	2010-12-09 07:11:00 UTC (rev 74253)
+++ trunk/dports/x11/bitmap/Portfile	2010-12-09 07:12:11 UTC (rev 74254)
@@ -3,6 +3,7 @@
 PortSystem          1.0
 name                bitmap
 version             1.0.5
+revision            1
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
 description         Bitmap editor and converter utilities for X11
@@ -22,6 +23,12 @@
 
 depends_lib         port:xorg-libXaw port:xbitmaps
 
+post-destroot {
+        # This conflicts with stipple from the bitmap port for case-insensitive file systems
+        delete ${destroot}${prefix}/include/X11/bitmaps/Stipple
+}
+
+
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
 livecheck.url       ${master_sites}