diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-11 18:51:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-11 18:51:16 +0800 |
commit | b282bd9326efebdf2dfb8da242482761aef00f52 (patch) | |
tree | 0b98866038ab7568b79618eb00cac073d856f83e /misc/chord2html/files | |
parent | 4d9557e32ca1bf3a7b0940a1d3c0c7e32ec8cfea (diff) | |
download | freebsd-ports-graphics-b282bd9326efebdf2dfb8da242482761aef00f52.tar.gz freebsd-ports-graphics-b282bd9326efebdf2dfb8da242482761aef00f52.tar.zst freebsd-ports-graphics-b282bd9326efebdf2dfb8da242482761aef00f52.zip |
add chord2html 1.3
Convert CHORD input files to HTML
Diffstat (limited to 'misc/chord2html/files')
-rw-r--r-- | misc/chord2html/files/patch-chord2html | 11 |
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 00000000000..f8af5d97e9b --- /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); |