pev: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 18:57:56 -04:00
parent 99a2cc6e68
commit 6b757c4864
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ pkgname=pev
version=0.81
revision=2
build_style=gnu-makefile
make_build_args="prefix=/usr sysconfdir=/etc"
make_install_args="prefix=/usr sysconfdir=/etc"
make_build_args="sysconfdir=/etc"
make_install_args="sysconfdir=/etc"
makedepends="openssl-devel pcre-devel"
# We don't need python for check, only their PE binary is needed
checkdepends="which python3"