summaryrefslogtreecommitdiff
path: root/net-mail/dovecot/dovecot-2.3.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/dovecot/dovecot-2.3.8.ebuild')
-rw-r--r--net-mail/dovecot/dovecot-2.3.8.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.8.ebuild b/net-mail/dovecot/dovecot-2.3.8.ebuild
index b32f3cabf59d..8260f0011116 100644
--- a/net-mail/dovecot/dovecot-2.3.8.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.8.ebuild
@@ -91,9 +91,9 @@ src_configure() {
# turn valgrind tests off. Bug #340791
VALGRIND=no econf \
- --with-rundir="${EPREFIX%/}/run/dovecot" \
- --with-statedir="${EPREFIX%/}/var/lib/dovecot" \
- --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \
+ --with-rundir="${EPREFIX}/run/dovecot" \
+ --with-statedir="${EPREFIX}/var/lib/dovecot" \
+ --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \
--without-stemmer \
--disable-rpath \
--without-libbsd \
@@ -128,7 +128,7 @@ src_configure() {
cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
econf \
$( use_enable static-libs static ) \
- --localstatedir="${EPREFIX%/}/var" \
+ --localstatedir="${EPREFIX}/var" \
--enable-shared \
--with-dovecot="${S}" \
$( use_with managesieve )