Skip to content

Commit

Permalink
app-misc/figlet: Whitespace
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Jul 16, 2020
1 parent af16fd4 commit afea09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-misc/figlet/figlet-2.2.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit afea09e

Please sign in to comment.