mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
whois: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
ef19062dea
commit
ff52b05af7
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version=5.5.13
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=whois
|
wrksrc=whois
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="prefix=/usr HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
|
make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
|
||||||
make_install_args="prefix=/usr BASEDIR=\${DESTDIR}"
|
make_install_args="BASEDIR=\${DESTDIR}"
|
||||||
make_install_target="install-whois"
|
make_install_target="install-whois"
|
||||||
hostmakedepends="perl pkg-config gettext"
|
hostmakedepends="perl pkg-config gettext"
|
||||||
makedepends="libidn2-devel"
|
makedepends="libidn2-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue