The port only installs certain documentation file with the client slave

port, so cover these to CLIENT case.

Noticed by:	remko (via pkgng)
This commit is contained in:
Xin LI 2012-12-17 08:16:44 +00:00
parent 76957aa91d
commit 17e053f069
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309069

View File

@ -56,7 +56,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 1
PORTREVISION_SERVER= 1
PORTREVISION_SERVER= 2
OPENLDAP_SHLIB_MAJOR= 8
OPTIONS_DEFINE= FETCH
@ -125,9 +125,9 @@ CONFIGURE_SED= -e 's,-kthread,${PTHREAD_LIBS},g' -e 's,uuid/uuid.h,xxuuid/uuid.
.include <bsd.port.pre.mk>
.if defined(CLIENT_ONLY)
PORTDOCS= CHANGES drafts rfc
.if defined(CLIENT_ONLY)
.if ${CLIENT_ONLY} == sasl
PORT_OPTIONS+= SASL
.endif