aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-12-17 16:16:44 +0800
committerdelphij <delphij@FreeBSD.org>2012-12-17 16:16:44 +0800
commit6601b1209278cbe2b80a7bf1cca683ce883613c2 (patch)
tree90f2e8f6a8e265cfee9d8a717a683b5ea7a2acd5 /net
parent401cb41d90275f32026eeb8ed051d3b113b12559 (diff)
downloadfreebsd-ports-gnome-6601b1209278cbe2b80a7bf1cca683ce883613c2.tar.gz
freebsd-ports-gnome-6601b1209278cbe2b80a7bf1cca683ce883613c2.tar.zst
freebsd-ports-gnome-6601b1209278cbe2b80a7bf1cca683ce883613c2.zip
The port only installs certain documentation file with the client slave
port, so cover these to CLIENT case. Noticed by: remko (via pkgng)
Diffstat (limited to 'net')
-rw-r--r--net/openldap24-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index d05e61ad165b..4c3843bd2cf0 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -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