aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensmtpd
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-09-28 15:48:58 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2015-09-28 15:48:58 +0200
commit41d8142af0dc8fbf10385b5bd80fb3b6c8813800 (patch)
tree48a3f56005cd6abf7cc61b9e69adaf28c497a632 /testing/opensmtpd
parent6b6008596aad8c6d198940afdd06663061266a24 (diff)
downloadaports-41d8142af0dc8fbf10385b5bd80fb3b6c8813800.tar.bz2
aports-41d8142af0dc8fbf10385b5bd80fb3b6c8813800.tar.xz
testing/opensmtpd: change libexecdir and fix mantype
mantype has to be set to doc in order to use mdoc macros and libexecdir is set to /usr/lib/$pkgname for most packages.
Diffstat (limited to 'testing/opensmtpd')
-rw-r--r--testing/opensmtpd/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/opensmtpd/APKBUILD b/testing/opensmtpd/APKBUILD
index 33958508cc..14bd551291 100644
--- a/testing/opensmtpd/APKBUILD
+++ b/testing/opensmtpd/APKBUILD
@@ -1,8 +1,9 @@
+# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Jonathan Curran <jonathan@curran.in>
# Maintainer: Jonathan Curran <jonathan@curran.in>
pkgname=opensmtpd
pkgver=5.7.1p1
-pkgrel=1
+pkgrel=2
pkgdesc="secure, reliable, lean, and easy-to configure SMTP server"
url="http://www.opensmtpd.org"
arch="x86_64"
@@ -48,7 +49,8 @@ build() {
--with-pie \
--with-Werror \
--mandir=/usr/share/man \
- --with-mantype=man || return 1
+ --libexecdir=/usr/lib/$pkgname \
+ --with-mantype=doc || return 1
make || return 1
}