py3c: remove unnecessary PREFIX=, clean up

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

View File

@ -3,7 +3,6 @@ pkgname=py3c
version=1.4 version=1.4
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="prefix=/usr"
make_check_target="test-python3" make_check_target="test-python3"
checkdepends="python3-devel" checkdepends="python3-devel"
short_desc="Python 2/3 compatibility layer for C extensions" short_desc="Python 2/3 compatibility layer for C extensions"