aboutsummaryrefslogtreecommitdiff
path: root/textproc/denature/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/denature/files')
-rw-r--r--textproc/denature/files/patch-denature19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/denature/files/patch-denature b/textproc/denature/files/patch-denature
new file mode 100644
index 000000000000..e8f98fe21a9a
--- /dev/null
+++ b/textproc/denature/files/patch-denature
@@ -0,0 +1,19 @@
+--- denature.orig Tue Jan 6 15:06:24 2004
++++ denature Tue Jan 6 15:08:54 2004
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
++#!/usr/bin/env perl -w
+
+ #
+ # Copyright (C) 2003 dan sinclair
+@@ -15,8 +15,8 @@
+ use Getopt::Std;
+ use CSS::Tiny;
+
+-my $fop_home = "/usr/local/fop-0.20.5rc/";
+-my $java_home = "/opt/blackdown-jdk-1.3.1/";
++my $fop_home = "%%LOCALBASE%%/share/fop/";
++my $java_home = "%%JAVA_HOME%%/";
+
+ ####################################################
+ ##### Probably don't need to edit below here #######