diff options
Diffstat (limited to 'dns/unbound/Makefile')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 50a5e6a2f774..e9374cab5c6c 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,5 +1,6 @@ PORTNAME= unbound DISTVERSION= 1.19.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ @@ -18,6 +19,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= unbound GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-libexpat=${LOCALBASE} \ --with-ssl=${OPENSSLBASE} TEST_TARGET= test |