Tue Jul 31 07:04:29 2018 UTC ()
libasr: set mantype to man

Addresses PR 53486 by Dennis Lindroos.


(wiz)
diff -r1.2 -r1.3 pkgsrc/net/libasr/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/net/libasr/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libasr/Makefile 2017/09/03 08:53:12 1.2
+++ pkgsrc/net/libasr/Makefile 2018/07/31 07:04:29 1.3
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2017/09/03 08:53:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2018/07/31 07:04:29 wiz Exp $
2 2
3DISTNAME= libasr-1.0.2 3DISTNAME= libasr-1.0.2
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://www.opensmtpd.org/archives/ 5MASTER_SITES= https://www.opensmtpd.org/archives/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/OpenSMTPD/libasr 8HOMEPAGE= https://github.com/OpenSMTPD/libasr
9COMMENT= Asynchronous DNS resolver library 9COMMENT= Asynchronous DNS resolver library
10LICENSE= isc AND modified-bsd AND 2-clause-bsd 10LICENSE= isc AND modified-bsd AND 2-clause-bsd
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
 14CONFIGURE_ARGS+= --with-mantype=man
14 15
15.include "../../security/openssl/buildlink3.mk" 16.include "../../security/openssl/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"