summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-icmake-man
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-03-09 16:22:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-03-09 16:22:04 +0000
commitb2208169f576d23dadda570f5ba5da3cae695919 (patch)
tree16db7720885f8aaee7220a9b53ac1dccb6e5cdba /devel/libbobcat/files/patch-icmake-man
parent- Update to 2.13.2 (diff)
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. It
is a shared library implementing C++ classes that are frequently used in software developed by Frank Brokken. Frank's existing programs will depend on `bobcat' in the near future. WWW: http://bobcat.sourceforge.net/ Approved by: tabthorpe
Notes
Notes: svn path=/head/; revision=229761
Diffstat (limited to 'devel/libbobcat/files/patch-icmake-man')
-rw-r--r--devel/libbobcat/files/patch-icmake-man29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-icmake-man b/devel/libbobcat/files/patch-icmake-man
new file mode 100644
index 000000000000..75ba17cba76e
--- /dev/null
+++ b/devel/libbobcat/files/patch-icmake-man
@@ -0,0 +1,29 @@
+--- icmake/man.orig 2007-02-13 13:29:38.000000000 +0100
++++ icmake/man 2009-03-04 20:38:35.000000000 +0100
+@@ -9,7 +9,7 @@
+
+ special(0, 0);
+
+- md("tmp/man/man3 tmp/man/man7 tmp/manhtml");
++ md("tmp/man/man3 tmp/man/man7");
+
+ chdir("documentation/man");
+
+@@ -35,8 +35,6 @@
+
+ run("yodl2man --no-warnings -o ../../tmp/man/man3/" +
+ base + ".3bobcat " + yodl);
+- run("yodl2html --no-warnings -o ../../tmp/manhtml/" +
+- base + ".3.html " + yodl);
+ }
+ }
+
+@@ -44,8 +42,6 @@
+ {
+ run("yodl2man --no-warnings -o ../../tmp/man/man7/bobcat.7 "
+ "bobcat.yo");
+- run("yodl2html --no-warnings -o ../../tmp/manhtml/bobcat.7.html "
+- "bobcat.yo");
+ }
+
+ run("touch man-stamp");