Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 08:16:45 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309069 - head/net/openldap24-server
Message-ID:  <201212170816.qBH8GjKr048203@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Dec 17 08:16:44 2012
New Revision: 309069
URL: http://svnweb.freebsd.org/changeset/ports/309069

Log:
  The port only installs certain documentation file with the client slave
  port, so cover these to CLIENT case.
  
  Noticed by:	remko (via pkgng)

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Mon Dec 17 07:37:17 2012	(r309068)
+++ head/net/openldap24-server/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
@@ -56,7 +56,7 @@ BROKEN=			incompatible OpenLDAP version:
 .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
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170816.qBH8GjKr048203>