pev: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
99a2cc6e68
commit
6b757c4864
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ pkgname=pev
|
||||||
version=0.81
|
version=0.81
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="prefix=/usr sysconfdir=/etc"
|
make_build_args="sysconfdir=/etc"
|
||||||
make_install_args="prefix=/usr sysconfdir=/etc"
|
make_install_args="sysconfdir=/etc"
|
||||||
makedepends="openssl-devel pcre-devel"
|
makedepends="openssl-devel pcre-devel"
|
||||||
# We don't need python for check, only their PE binary is needed
|
# We don't need python for check, only their PE binary is needed
|
||||||
checkdepends="which python3"
|
checkdepends="which python3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue