diff --git a/main/opensmtpd/APKBUILD b/main/opensmtpd/APKBUILD
index 0c557cb7c3e831f30bf1f26b89633f275c13d577..d6132c9e2b4bda64d5755dc1fa687b2dbf820916 100644
--- a/main/opensmtpd/APKBUILD
+++ b/main/opensmtpd/APKBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Jonathan Curran <jonathan@curran.in>
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=5
+pkgrel=6
 pkgdesc="secure, reliable, lean, and easy-to configure SMTP server"
 url="http://www.opensmtpd.org"
 arch="all"
@@ -40,7 +40,7 @@ build() {
 		--with-libs="-lfts" \
 		--with-pie \
 		--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
-		--with-mantype=man
+		--with-mantype=doc
 	make
 }