commit: afea09eb61b6bf88996fd90e3d9fdb23f0af1faf
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 13:32:52 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 13:33:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afea09eb
app-misc/figlet: Whitespace
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-misc/figlet/figlet-2.2.5-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/figlet/figlet-2.2.5-r1.ebuild
b/app-misc/figlet/figlet-2.2.5-r1.ebuild
index 953d8c4cb93..f78f205dab9 100644
--- a/app-misc/figlet/figlet-2.2.5-r1.ebuild
+++ b/app-misc/figlet/figlet-2.2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,17 +16,17 @@ src_compile() {
emake clean
emake \
CC="$(tc-getCC)" \
- LD="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
+ LD="$(tc-getCC)" \
+ LDFLAGS="${LDFLAGS}" \
prefix="${EPREFIX}/usr" \
all
}
src_install() {
emake \
- DESTDIR="${D}" \
BINDIR="${EPREFIX}/usr/bin" \
+ DESTDIR="${D}" \
MANDIR="${EPREFIX}/usr/share/man" \
prefix="${EPREFIX}/usr" \
install