summaryrefslogtreecommitdiff
path: root/misc/chord2html/files/patch-chord2html
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-12-14 12:57:35 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-12-14 12:57:35 +0000
commitf3fd5eea2caea982f6fc2704a8a9d9f15c99ced2 (patch)
tree4b72e8aaacc4726c196cb3d8b3ef455b442e5fa9 /misc/chord2html/files/patch-chord2html
parentExamine MACHINE_ARCH instead of ARCH with respect to installation (diff)
- UNBREAK: Provide a MASTER_SITE to save the port
- Remove WWW from pkg-descr - Remove simple patch and use perl to replace this - Pass maintainership to submitter PR: ports/90385 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=151159
Diffstat (limited to 'misc/chord2html/files/patch-chord2html')
-rw-r--r--misc/chord2html/files/patch-chord2html11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/chord2html/files/patch-chord2html b/misc/chord2html/files/patch-chord2html
deleted file mode 100644
index f8af5d97e9b5..000000000000
--- a/misc/chord2html/files/patch-chord2html
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);