mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
lmdb, fix location of manpages (#8550)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user