mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
net-misc/whois: Sync with Gentoo
It's from Gentoo commit a941d3cdfe78dc8851312cda80d5a451dde0cd5e.
This commit is contained in:
parent
3c04a130d8
commit
eddbf565d9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit bash-completion-r1 toolchain-funcs
|
||||||
|
|
||||||
MY_P=${P/-/_}
|
MY_P=${P/-/_}
|
||||||
DESCRIPTION="Improved Whois Client"
|
DESCRIPTION="Improved Whois Client"
|
||||||
@ -73,7 +73,7 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake BASEDIR="${ED}" prefix=/usr install
|
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install
|
||||||
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
doins whois.conf
|
doins whois.conf
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit bash-completion-r1 toolchain-funcs
|
||||||
|
|
||||||
MY_P=${P/-/_}
|
MY_P=${P/-/_}
|
||||||
DESCRIPTION="Improved Whois Client"
|
DESCRIPTION="Improved Whois Client"
|
||||||
@ -73,7 +73,7 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake BASEDIR="${ED}" prefix=/usr install
|
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install
|
||||||
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
doins whois.conf
|
doins whois.conf
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit bash-completion-r1 toolchain-funcs
|
||||||
|
|
||||||
MY_P=${P/-/_}
|
MY_P=${P/-/_}
|
||||||
DESCRIPTION="Improved Whois Client"
|
DESCRIPTION="Improved Whois Client"
|
||||||
@ -73,7 +73,7 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake BASEDIR="${ED}" prefix=/usr install
|
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install
|
||||||
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
doins whois.conf
|
doins whois.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user