svn commit: r309069 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Mon Dec 17 08:16:45 UTC 2012


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


More information about the svn-ports-all mailing list