aboutsummaryrefslogtreecommitdiff
path: root/mail/opendkim
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-09-10 13:14:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-09-10 13:14:50 +0000
commite1bfdfbe5665c963621e06f6bbfbbc2c000a804e (patch)
treeeaf052562fa1ad9b232918eb5e617ac1df0dd725 /mail/opendkim
parentf57bc4af665126de839ff734a08e57726e84da84 (diff)
downloadports-e1bfdfbe5665c963621e06f6bbfbbc2c000a804e.tar.gz
ports-e1bfdfbe5665c963621e06f6bbfbbc2c000a804e.zip
Add DOCS options to ports that should have one.
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
Notes
Notes: svn path=/head/; revision=479406
Diffstat (limited to 'mail/opendkim')
-rw-r--r--mail/opendkim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index fd05bf28ba68..5edf2dfb17f3 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -40,7 +40,7 @@ OPTIONS_SUB= yes
OPTIONS_SINGLE= RESOLV
OPTIONS_SINGLE_RESOLV= STOCK_RESOLVER UNBOUND
OPTIONS_DEFINE= FILTER CURL GNUTLS JANSSON LDNS LMDB LUA MEMCACHED \
- BDB_BASE OPENDBX OPENLDAP POPAUTH QUERY_CACHE SASL
+ BDB_BASE OPENDBX OPENLDAP POPAUTH QUERY_CACHE SASL DOCS
OPTIONS_DEFAULT= FILTER LUA UNBOUND
STOCK_RESOLVER_DESC= Use the stock resolver library
@@ -100,8 +100,6 @@ QUERY_CACHE_CONFIGURE_ENABLE= query_cache
SASL_DESC= Enable SASL authentication with LDAP
SASL_CONFIGURE_WITH= sasl
-DOCS_CONFIGURE_ON= --docdir=${WRKDIR}/doc
-
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}