~alpine/aports

main/mandoc: add /usr/local/share/man to MANPATH v1 PROPOSED

: 1
 main/mandoc: add /usr/local/share/man to MANPATH

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3666/mbox | git am -3
Learn more about email & git

[PATCH] main/mandoc: add /usr/local/share/man to MANPATH Export this patch

From: Nulo <git@nulo.in>

This allows seeing the man pages of things installed to /usr/local.
---
 main/mandoc/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/mandoc/APKBUILD b/main/mandoc/APKBUILD
index 1058e8da87..b725ddcdf7 100644
--- a/main/mandoc/APKBUILD
+++ b/main/mandoc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mandoc
pkgver=1.14.5
pkgrel=5
pkgrel=6
pkgdesc="mandoc (formerly mdocml) UNIX manpage compiler toolset"
url="https://mandoc.bsd.lv/"
arch="all"
@@ -27,11 +27,11 @@ prepare() {

	cat >configure.local<<-__EOF__
	PREFIX=/usr
	MANDIR=/usr/share/man
	MANDIR=/usr/share/man:/usr/local/share/man
	LIBDIR=/usr/lib
	CFLAGS="$CFLAGS"
	UTF8_LOCALE="en_US.UTF-8"
	MANPATH_DEFAULT="/usr/share/man:/usr/local/man"
	MANPATH_DEFAULT="/usr/share/man:/usr/local/man:/usr/local/share/man"
	MANPATH_BASE="/usr/share/man"
	LN="ln -sf"
	HAVE_LESS_T=0
-- 
2.33.0
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@ncopa`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25385#note_185720
@ncopa

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25385#note_187383