mk-configure: fix internal PREFIX.

This commit is contained in:
Leah Neukirchen 2018-01-16 12:40:33 +01:00
parent 9c86a058e7
commit d39da478ae
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'mk-configure' # Template file for 'mk-configure'
pkgname=mk-configure pkgname=mk-configure
version=0.29.3 version=0.29.3
revision=1 revision=2
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile build_style=gnu-makefile
make_cmd=bmake make_cmd=bmake
make_build_args="PREFIX=/usr" make_build_args="PREFIX=/usr"
make_install_args="MANDIR=/usr/share/man" make_install_args="${make_build_args} MANDIR=/usr/share/man"
make_check_target="test" make_check_target="test"
checkdepends="automake glib-devel groff pkg-config bison flex" checkdepends="automake glib-devel groff pkg-config bison flex"
hostmakedepends="bmake bmkdep" hostmakedepends="bmake bmkdep"
@ -25,7 +25,7 @@ post_extract() {
rm -r examples/*lex* rm -r examples/*lex*
} }
pre_build() { pre_build() {
${make_cmd} all-scripts PROG.awk=/usr/bin/awk ${make_cmd} all-scripts PROG.awk=/usr/bin/awk PREFIX=/usr
} }
pre_check() { pre_check() {
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in