summaryrefslogtreecommitdiff
path: root/sys-apps/groff/groff-1.22.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /sys-apps/groff/groff-1.22.4.ebuild
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'sys-apps/groff/groff-1.22.4.ebuild')
-rw-r--r--sys-apps/groff/groff-1.22.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild
index 5cc2095734ed..f24193f78f45 100644
--- a/sys-apps/groff/groff-1.22.4.ebuild
+++ b/sys-apps/groff/groff-1.22.4.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
default
# honor Gentoo's docdir
- sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX%/}/usr/share/doc/${PF}\"|g" \
+ sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX}/usr/share/doc/${PF}\"|g" \
Makefile.in \
|| die "failed to modify Makefile.in"
@@ -61,7 +61,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
- --with-appresdir="${EPREFIX%/}"/usr/share/X11/app-defaults
+ --with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults
$(use_with X x)
)
econf "${myeconfargs[@]}"