summaryrefslogtreecommitdiffstats
path: root/extra/man/man-troff.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-01 14:49:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-01 14:49:31 +0000
commit186aaa25fc72a12f8bfb9400e59895207c23cbd0 (patch)
tree18154887dd8e969f8bf51e67407a366762b0c72c /extra/man/man-troff.patch
parentad56edd9c3866cd988a69669794f7e6cd7f1fc2f (diff)
downloadaports-186aaa25fc72a12f8bfb9400e59895207c23cbd0.tar.bz2
aports-186aaa25fc72a12f8bfb9400e59895207c23cbd0.tar.xz
extra/man: new aport
A utility for reading man pages http://primates.ximian.com/~flucifredi/man/
Diffstat (limited to 'extra/man/man-troff.patch')
-rw-r--r--extra/man/man-troff.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/man/man-troff.patch b/extra/man/man-troff.patch
new file mode 100644
index 000000000..e08e9316b
--- /dev/null
+++ b/extra/man/man-troff.patch
@@ -0,0 +1,16 @@
+diff -Naur man-1.5p-orig/src/man.conf.in man-1.5p/src/man.conf.in
+--- man-1.5p-orig/src/man.conf.in 2005-01-08 10:50:45.000000000 -0800
++++ man-1.5p/src/man.conf.in 2005-03-18 13:22:17.000000000 -0800
+@@ -88,9 +88,9 @@
+ # If you have a new troff (version 1.18.1?) and its colored output
+ # causes problems, add the -c option to TROFF, NROFF, JNROFF.
+ #
+-TROFF @troff@
+-NROFF @nroff@
+-JNROFF @jnroff@
++TROFF @troff@ -c
++NROFF @nroff@ -c
++JNROFF @jnroff@ -c
+ EQN @eqn@
+ NEQN @neqn@
+ JNEQN @jneqn@