Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 08:36:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        erlang@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 237668] lang/erlang-man sets an incorrect MANPATH
Message-ID:  <bug-237668-38768-9CdgCZ03cz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237668-38768@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237668-38768@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked Erlang FreeBSD Mailing
List <erlang@FreeBSD.org> for maintainer-feedback:
Bug 237668: lang/erlang-man sets an incorrect MANPATH
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237668



--- Description ---
The lang/erlang-man port installs in /usr/local/etc/man.d the erlang.conf w=
hich
contains "MANPATH /usr/local/lib/erlang/man". The path in this file is
incorrect, it should had been "MANPATH /usr/local/lib/erlang".

The manifest shows that either the erlang.conf file is incorrect, or that t=
he
man categories directories aren't installed in the correct location as show=
n by
the pkg manifest:

$ pkg info -l erlang-man-19.3 | head
erlang-man-19.3:
	/usr/local/etc/man.d/erlang.conf
	/usr/local/lib/erlang/man1/cdv.1
	/usr/local/lib/erlang/man1/ct_run.1
	/usr/local/lib/erlang/man1/diameterc.1
	/usr/local/lib/erlang/man1/epmd.1
	/usr/local/lib/erlang/man1/erl.1
	/usr/local/lib/erlang/man1/erl_call.1
	/usr/local/lib/erlang/man1/erlc.1
	/usr/local/lib/erlang/man1/erlsrv.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237668-38768-9CdgCZ03cz>