From 160e915c3aaada17608be32bf4a2799136db6ded Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Sun, 11 Jun 2017 23:26:06 +0200
Subject: [PATCH] main/opensmtpd: fix badly formatted man pages

Fixes http://bugs.alpinelinux.org/issues/7324
---
 main/opensmtpd/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/opensmtpd/APKBUILD b/main/opensmtpd/APKBUILD
index 0c557cb7c3e8..d6132c9e2b4b 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
 }
 
-- 
GitLab