diff options
Diffstat (limited to 'devel/bisoncpp/files/patch-icmake-install')
| -rw-r--r-- | devel/bisoncpp/files/patch-icmake-install | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-icmake-install b/devel/bisoncpp/files/patch-icmake-install new file mode 100644 index 000000000000..cd922abf7cdb --- /dev/null +++ b/devel/bisoncpp/files/patch-icmake-install @@ -0,0 +1,23 @@ +--- icmake/install.orig 2007-03-22 21:28:58.000000000 +0100 ++++ icmake/install 2009-03-05 16:50:49.000000000 +0100 +@@ -8,17 +8,15 @@ + md(where + SKEL); + run("cp share/* " + where + SKEL); + +- if (all) +- { + printf(" installing the manual page bisonc++.1\n"); + md(where + MAN); + run("gzip -9 < tmp/man/bisonc++.1 > " + + where + MAN + "/bisonc++.1.gz"); + +- printf(" installing the manual page bisonc++man.html\n"); +- md(where + DOC + "/man"); +- run("cp tmp/manhtml/bisonc++man.html " + where + DOC + "/man"); ++ if (all) ++ { + ++ md(where + DOC); + printf(" installing the information directly in and under $DOC\n"); + run("gzip -9 < changelog > " + where + DOC + "/changelog.gz"); + |
