diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
commit | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /net/linux-c7-openldap | |
parent | After an include, PLIST_SUB must be appended to, not overwritten. (diff) |
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
Diffstat (limited to 'net/linux-c7-openldap')
-rw-r--r-- | net/linux-c7-openldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linux-c7-openldap/Makefile b/net/linux-c7-openldap/Makefile index 0d7a99551d2c..11c4b8799196 100644 --- a/net/linux-c7-openldap/Makefile +++ b/net/linux-c7-openldap/Makefile @@ -17,6 +17,8 @@ USE_LDCONFIG= yes USE_LINUX= cyrus-sasl2 nspr nss USE_LINUX_RPM= yes +OPTIONS_DEFINE= DOCS + # do not install any openldap configuration directories/files post-patch: @${RM} -r ${WRKSRC}/etc |