summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2016-07-05 14:08:17 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2016-07-05 14:09:50 +0200
commit26fd1ea112723ed0ad447e7656e94357d24fbd5d (patch)
treec4b46440fc0b6a4a2e786a9b405a9f9c5c28e565 /mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
parentdev-libs/libbsd: fix library check for Prefix (diff)
downloadgentoo-26fd1ea112723ed0ad447e7656e94357d24fbd5d.tar.gz
gentoo-26fd1ea112723ed0ad447e7656e94357d24fbd5d.tar.bz2
gentoo-26fd1ea112723ed0ad447e7656e94357d24fbd5d.zip
mail-mta/opensmtpd: bring back makemap and newaliases
Package-Manager: portage-2.3.0
Diffstat (limited to 'mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild')
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
index f4f32a666da5..eec682cb5459 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
@@ -16,11 +16,10 @@ SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz"
LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl pam +mta"
+KEYWORDS="amd64 x86"
+IUSE="pam +mta"
-DEPEND="!libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+DEPEND="dev-libs/openssl:0
sys-libs/zlib
pam? ( virtual/pam )
sys-libs/db:=
@@ -69,6 +68,8 @@ src_install() {
newinitd "${FILESDIR}"/smtpd.initd smtpd
systemd_dounit "${FILESDIR}"/smtpd.{service,socket}
use pam && newpamd "${FILESDIR}"/smtpd.pam smtpd
+ dosym /usr/sbin/smtpctl /usr/sbin/makemap
+ dosym /usr/sbin/smtpctl /usr/sbin/newaliases
if use mta ; then
dodir /usr/sbin
dosym /usr/sbin/smtpctl /usr/sbin/sendmail