pkgsrc/misc/ja-man/patches/patch-aa
seb e1408e1c8f Reimport of package ja-man from japanese/man into misc/ja-man.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:23 +00:00

11 lines
416 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 13:01:23 seb Exp $
--- ./jman/jman.sh.orig Wed Oct 4 04:53:42 1995
+++ ./jman/jman.sh Mon May 31 16:18:47 1999
@@ -1,5 +1,5 @@
#! /bin/sh
-PAGER=${PAGER:-/usr/local/bin/less} ;export PAGER
+PAGER=${PAGER:-${BINDIR}/jless} ;export PAGER
#LESSCHARSET=jis-euc ;export LESSCHARSET
-exec /usr/bin/man -C /etc/jman.conf $*
+exec /usr/bin/man -C ${JMANCONFDIR}/jman.conf $*