diff options
author | Sam James <sam@gentoo.org> | 2020-09-14 22:51:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-14 22:51:42 +0000 |
commit | 2e024f67875b7a2c1bbb4122796aee372de2f805 (patch) | |
tree | 939705ccf6d040b4d5b3236b4030f57d60421552 /net-misc/vncsnapshot | |
parent | dev-ruby/rubygems: Stabilize 3.0.3 sparc, #728192 (diff) | |
download | gentoo-2e024f67875b7a2c1bbb4122796aee372de2f805.tar.gz gentoo-2e024f67875b7a2c1bbb4122796aee372de2f805.tar.bz2 gentoo-2e024f67875b7a2c1bbb4122796aee372de2f805.zip |
net-misc/vncsnapshot: simplify ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/vncsnapshot')
-rw-r--r-- | net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild index 133346f838c5..91d250b58b94 100644 --- a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild +++ b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild @@ -41,8 +41,9 @@ src_prepare() { } src_compile() { - # Note: We override CDEBUGFLAGS instead of CFLAGS because otherwise - # we lose the INCLUDES in the makefile. + # We override CDEBUGFLAGS instead of CFLAGS because otherwise + # we lose the INCLUDES in the makefile. The same flags are used + # for both. # bug #295741 local args=( AR="$(tc-getAR)" @@ -56,7 +57,5 @@ src_compile() { src_install() { dobin vncsnapshot - - cp vncsnapshot.man1 vncsnapshot.1 || die - doman vncsnapshot.1 + newman vncsnapshot.man1 vncsnapshot.1 } |