summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:51:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:51:48 +0100
commit6a575302df370254751c008b7b3585f6b4aca837 (patch)
tree77f426dfd9564124451ac3c55625a9a8d2a5a6ad
parentmedia-gfx/opentoonz: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-6a575302df370254751c008b7b3585f6b4aca837.tar.gz
gentoo-6a575302df370254751c008b7b3585f6b4aca837.tar.bz2
gentoo-6a575302df370254751c008b7b3585f6b4aca837.zip
media-libs/libwmf: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild b/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild
index 3c130ff28f52..c4467c021691 100644
--- a/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild
+++ b/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild
@@ -69,11 +69,11 @@ src_configure() {
$(use_with expat)
$(use_with !expat libxml2)
$(use_with X x)
- --with-docdir="${EPREFIX%/}"/usr/share/doc/${PF}
- --with-fontdir="${EPREFIX%/}"/usr/share/fonts/urw-fonts
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
+ --with-fontdir="${EPREFIX}"/usr/share/fonts/urw-fonts
--with-freetype
- --with-gsfontdir="${EPREFIX%/}"/usr/share/fonts/urw-fonts
- --with-gsfontmap="${EPREFIX%/}"/usr/share/ghostscript/9.21/Resource/Init/Fontmap
+ --with-gsfontdir="${EPREFIX}"/usr/share/fonts/urw-fonts
+ --with-gsfontmap="${EPREFIX}"/usr/share/ghostscript/9.21/Resource/Init/Fontmap
--with-jpeg
--with-layers
--with-png