BeMines: do "make bindcatalogs"

...otherwise all the translating work was for nothing...
This commit is contained in:
Humdinger
2021-08-05 17:33:05 +02:00
parent 5b02ba0baa
commit e7459e6c65

View File

@@ -18,7 +18,7 @@ COPYRIGHT="2009 Jon Yoder
2018-2020 Kevin Adams, Adrien Destugues, Humdinger, Raheem Idowu, Janus, \
Justin Stressman"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="6e0ad89f0407c1897633dc6248cc6592ba9bc42173539bbcab78c16c13143511"
SOURCE_DIR="BeMines-$portVersion"
@@ -27,23 +27,26 @@ ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
bemines = $portVersion
app:BeMines
app:BeMines = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
"
BUILD()
{
cd src
make
make $jobArgs
make bindcatalogs
}
INSTALL()