diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-03 20:26:38 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-03 20:26:38 +0100 |
commit | 41f8c59a00a285e7bd7de679cf1dba07fab85d2d (patch) | |
tree | 1eebde9b9b42bd3f733070da17fd061c26350d51 /net-analyzer | |
parent | net-analyzer/cacti-spine: Version bump. (diff) | |
download | gentoo-41f8c59a00a285e7bd7de679cf1dba07fab85d2d.tar.gz gentoo-41f8c59a00a285e7bd7de679cf1dba07fab85d2d.tar.bz2 gentoo-41f8c59a00a285e7bd7de679cf1dba07fab85d2d.zip |
net-analyzer/cacti-spine: Slightly improve patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch index 7b83fefe6f6e..1e9dffaca5f8 100644 --- a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch +++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch @@ -5,5 +5,5 @@ man_MANS = spine.1 -spine.1: spine.c -+spine.1: spine ++spine.1: $(sbin_PROGRAMS) $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./spine |