mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
dev-libs/xxhash-0.8.3-r1: force MANDIR to be FHS-style
Makefile has accomodations for different platforms and different locations for manpages, however, in Gentoo as well as Gentoo Prefix we use FHS-style unconditionally. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
parent
c83d759bc5
commit
37e4389f1c
@ -34,6 +34,7 @@ myemake() {
|
|||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
||||||
PREFIX="${EPREFIX}"/usr \
|
PREFIX="${EPREFIX}"/usr \
|
||||||
LIBDIR="${EPREFIX}"/usr/$(get_libdir) \
|
LIBDIR="${EPREFIX}"/usr/$(get_libdir) \
|
||||||
|
MANDIR='$(man1dir)' \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user