libasr: set mantype to man

Addresses PR 53486 by Dennis Lindroos.
This commit is contained in:
wiz 2018-07-31 07:04:29 +00:00
parent 24ec2ac114
commit 797e2b88e8

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2017/09/03 08:53:12 wiz Exp $
# $NetBSD: Makefile,v 1.3 2018/07/31 07:04:29 wiz Exp $
DISTNAME= libasr-1.0.2
CATEGORIES= net
@ -11,6 +11,7 @@ LICENSE= isc AND modified-bsd AND 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-mantype=man
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"