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

View file

@ -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"