most recent changes, diff for chmsee

Index: x11/chmsee/Portfile
--- x11/chmsee/Portfile (revision 34006)
+++ x11/chmsee/Portfile (revision 34007)
@@ -4,6 +4,7 @@

name chmsee
version 1.0.0
+revision 1
description Viewer for CHM files.
long_description ChmSee is an HTML Help viewer for Unix/Linux. \
It is based on CHMLIB and use Gtk2+ as frontend \
@@ -28,6 +29,10 @@

post-extract {
reinplace "s|defined(__linux__)|defined(__APPLE__)|" ${worksrcpath}/src/chmfile.c
+
+ #Changing fixed fonts doesn't work, therefore always use the original fonts
+ reinplace "s|use_document_fonts\", 0|use_document_fonts\", 1|" \
+ ${worksrcpath}/src/default-prefs-common.js
}

post-destroot {