diff options
author | fredb <fredb@pkgsrc.org> | 2001-03-26 00:28:11 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-03-26 00:28:11 +0000 |
commit | 114d78ee7dc5fed786b684841c8b860410d4346d (patch) | |
tree | 9f3b228a0ebe5f379fac68ebbd035e770946de3f /misc/pinfo | |
parent | 66f4e2efdf8811c35f8b699ff5fae086dba02db1 (diff) | |
download | pkgsrc-114d78ee7dc5fed786b684841c8b860410d4346d.tar.gz |
Fix the man page to not reference linux default paths. Bump to nb1.
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 3 | ||||
-rw-r--r-- | misc/pinfo/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/pinfo/patches/patch-ab | 18 |
3 files changed, 22 insertions, 2 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 05ef9092267..7934cc71ef2 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/03/25 23:47:10 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/26 00:28:11 fredb Exp $ # DISTNAME= pinfo-0.6.0 +PKGNAME= pinfo-0.6.0nb1 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ diff --git a/misc/pinfo/files/patch-sum b/misc/pinfo/files/patch-sum index 13bd99306b5..90b29bd2ecd 100644 --- a/misc/pinfo/files/patch-sum +++ b/misc/pinfo/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1 2001/03/25 23:47:11 fredb Exp $ +$NetBSD: patch-sum,v 1.2 2001/03/26 00:28:12 fredb Exp $ SHA1 (patch-aa) = e2d7d0e8ccbe5db276fb736d22682bb8f719eb98 +SHA1 (patch-ab) = f089af56a969af630e2cb886aa8fb40be055eca7 diff --git a/misc/pinfo/patches/patch-ab b/misc/pinfo/patches/patch-ab new file mode 100644 index 00000000000..edb4a0a09d7 --- /dev/null +++ b/misc/pinfo/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.1 2001/03/26 00:28:12 fredb Exp $ + +--- doc/pinfo.1.in.orig Sun Oct 31 07:27:41 1999 ++++ doc/pinfo.1.in +@@ -11,11 +11,8 @@ + read by passing it an + .I infopage + argument. This argument contains the name of an info page (i.e. 'bash'). +-The program will then search for it in +-.IR "./", +-.IR "/usr/info", +-and +-.IR "/usr/local/info". ++The program will then search for it in the current directory and in any ++paths specified by the $INFOPATH environment variable. + It will also automaticaly add the suffix '-info', '-info.Z', '-info.gz', + or '-info.bz2'. + At present other suffixes are not recognized, but you can easily add them to |