app-admin/doasedit: fix docs, skip compile

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-04-23 21:25:00 -03:00
parent 4928e461cd
commit 27c145c03b
3 changed files with 24 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors # Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -24,8 +24,11 @@ RDEPEND="
app-admin/doas app-admin/doas
" "
src_install() { src_compile() {
emake \ :
prefix="${D}"/usr \ }
install
src_install() {
emake prefix="${D}"/usr install
einstalldocs
} }

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors # Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -24,8 +24,11 @@ RDEPEND="
app-admin/doas app-admin/doas
" "
src_install() { src_compile() {
emake \ :
prefix="${D}"/usr \ }
install
src_install() {
emake prefix="${D}"/usr install
einstalldocs
} }

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors # Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -24,8 +24,11 @@ RDEPEND="
app-admin/doas app-admin/doas
" "
src_install() { src_compile() {
emake \ :
prefix="${D}"/usr \ }
install
src_install() {
emake prefix="${D}"/usr install
einstalldocs
} }