whois: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
ef19062dea
commit
ff52b05af7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue