lmdb, fix location of manpages (#8550)

This commit is contained in:
Schrijvers Luc
2023-04-28 18:35:38 +02:00
committed by GitHub
parent c809b601ce
commit 608f5b62ec

View File

@@ -4,14 +4,14 @@ a simplified variant of the BerkeleyDB (BDB) API."
HOMEPAGE="http://symas.com/mdb/"
COPYRIGHT="2011-2021 Howard Chu, Symas Corp."
LICENSE="OpenLDAP Public License"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/LMDB/lmdb/archive/LMDB_$portVersion.tar.gz"
CHECKSUM_SHA256="22054926b426c66d8f2bc22071365df6e35f3aacf19ad943bc6167d4cae3bebb"
SOURCE_DIR="lmdb-LMDB_$portVersion"
PATCHES="lmdb-$portVersion.patchset"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
commandSuffix=$secondaryArchSuffix
@@ -66,7 +66,7 @@ INSTALL()
libdir="$libDir" \
includedir="$includeDir" \
datarootdir="$dataDir" \
mandir="$manDir/man1"
mandir="$manDir"
# remove static library
rm $libDir/liblmdb.a