summaryrefslogtreecommitdiff
path: root/misc/chord2html/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 10:51:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 10:51:16 +0000
commit3685f97d366bd46af8353599c474e89c9b9eaa7d (patch)
treeb14bd06c1111a17677eb4cca7dca2a3c542612cd /misc/chord2html/files
parentAdd DISTNAME. (diff)
add chord2html 1.3
Convert CHORD input files to HTML
Notes
Notes: svn path=/head/; revision=66117
Diffstat (limited to 'misc/chord2html/files')
-rw-r--r--misc/chord2html/files/patch-chord2html11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/chord2html/files/patch-chord2html b/misc/chord2html/files/patch-chord2html
new file mode 100644
index 000000000000..f8af5d97e9b5
--- /dev/null
+++ b/misc/chord2html/files/patch-chord2html
@@ -0,0 +1,11 @@
+--- chord2html.orig Wed Sep 11 18:45:11 2002
++++ chord2html Wed Sep 11 18:45:30 2002
+@@ -32,7 +32,7 @@
+ $bg_color = "white";
+ $format = $opt_T || "png";
+ $color = "color=\"blue\"";
+-$style = $opt_s || "chord2html.css";
++$style = $opt_s || "%%PREFIX%%/share/chord2html/chord2html.css";
+ $me = $0;
+
+ $opt_q && ($opt_v = 0);