freebsd-ports/print/dvi2tty/files/patch-ac
Matthew Hunt 0291713240 Change default pager from /usr/bin/pg to /usr/bin/more. As before,
$PAGER overrides.
(Requested by:	dcs)

One patch per modified file.

One modified file per patch.

Honor CC, CFLAGS.

Use BSD_INSTALL_FOO and, as a side effect, install with our customary
ownerships.

No response from:	maintainer
2000-10-19 15:53:29 +00:00

12 lines
595 B
Plaintext

--- dvi2tty.c.orig Mon Oct 16 09:35:23 2000
+++ dvi2tty.c Mon Oct 16 09:35:39 2000
@@ -114,7 +114,7 @@
/* don't have terminals with Scand. nat. chars */
#define WANTPAGER TRUE /* default: try to pipe through a pager (like */
/* more) if stdout is tty and no -o switch */
-#define DEFPAGER "/usr/bin/pg" /* CHANGE TO YOUR LOCAL PAGER */
+#define DEFPAGER "/usr/bin/more" /* CHANGE TO YOUR LOCAL PAGER */
/*------------------ end of customization constants ---------------------*/