net-wireless/wavemon: Cosmetic changes

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-09-22 22:46:08 +02:00
parent cc8f64ce70
commit a76af4e3eb
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 4 additions and 3 deletions

View File

@ -29,11 +29,12 @@ PATCHES=(
pkg_pretend() { pkg_pretend() {
local CONFIG_CHECK="~CFG80211" local CONFIG_CHECK="~CFG80211"
check_extra_config check_extra_config
} }
src_prepare() { src_prepare() {
default
# Do not install docs to /usr/share # Do not install docs to /usr/share
sed -i -e '/^install:/s/install-docs//' Makefile.in || die \ sed -i -e '/^install:/s/install-docs//' Makefile.in || die \
'sed on Makefile.in failed' 'sed on Makefile.in failed'
@ -41,12 +42,12 @@ src_prepare() {
# automagic on libcap, discovered in bug #448406 # automagic on libcap, discovered in bug #448406
use caps || export ac_cv_lib_cap_cap_get_flag=false use caps || export ac_cv_lib_cap_cap_get_flag=false
default_src_prepare
eautoreconf eautoreconf
} }
src_install() { src_install() {
default_src_install default
# Install man files manually(bug #397807) # Install man files manually(bug #397807)
doman wavemon.1 doman wavemon.1
doman wavemonrc.5 doman wavemonrc.5