Diff nfdump-1.7.6 with a nfdump-1.7.7-r1
| /usr/portage/net-analyzer/nfdump/nfdump-1.7.7-r1.ebuild 2026-05-16 19:17:04.841062739 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 52 | 52 |
src_prepare() {
|
| 53 | 53 |
default |
| 54 | 54 | |
| 55 |
if ! use doc; then |
|
| 56 |
# don't install docs if we didn't ask |
|
| 57 |
sed -i -e 's/SUBDIRS += man doc/SUBDIRS += man/' Makefile.am || die |
|
| 58 |
fi |
|
| 59 | ||
| 55 | 60 |
eautoreconf |
| 56 | 61 | |
| 57 | 62 |
if use doc; then |