whois: remove unnecessary PREFIX=, clean up

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

View File

@ -4,8 +4,8 @@ version=5.5.13
revision=1
wrksrc=whois
build_style=gnu-makefile
make_build_args="prefix=/usr HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
make_install_args="prefix=/usr BASEDIR=\${DESTDIR}"
make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
make_install_args="BASEDIR=\${DESTDIR}"
make_install_target="install-whois"
hostmakedepends="perl pkg-config gettext"
makedepends="libidn2-devel"