From 4befd50e40beb6fc531e0ea641a81f195a31b7d0 Mon Sep 17 00:00:00 2001
From: Gabor Kovesdan <gabor@FreeBSD.org>
Date: Sun, 21 Jul 2013 14:49:22 +0000
Subject: [PATCH] - Somehow hyphenation path handling is buggy but it works
 when set in the   base path

---
 share/misc/fop.xconf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/share/misc/fop.xconf b/share/misc/fop.xconf
index b9fa48b78b..5e00fe6ace 100644
--- a/share/misc/fop.xconf
+++ b/share/misc/fop.xconf
@@ -4,9 +4,7 @@
 
 <fop version="1.0">
 
-  <base>.</base>
-
-  <hyphenation-base>/usr/local/share/java/fop/hyph/</hyphenation-base>
+  <base>/usr/local/share/java/fop/hyph</base>
 
   <source-resolution>72</source-resolution>
   <target-resolution>72</target-resolution>