mk-configure: fix internal PREFIX.
This commit is contained in:
parent
9c86a058e7
commit
d39da478ae
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mk-configure'
|
||||
pkgname=mk-configure
|
||||
version=0.29.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_cmd=bmake
|
||||
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"
|
||||
checkdepends="automake glib-devel groff pkg-config bison flex"
|
||||
hostmakedepends="bmake bmkdep"
|
||||
|
@ -25,7 +25,7 @@ post_extract() {
|
|||
rm -r examples/*lex*
|
||||
}
|
||||
pre_build() {
|
||||
${make_cmd} all-scripts PROG.awk=/usr/bin/awk
|
||||
${make_cmd} all-scripts PROG.awk=/usr/bin/awk PREFIX=/usr
|
||||
}
|
||||
pre_check() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue