diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-03-20 14:10:41 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-03-20 14:10:41 +0000 |
commit | 0ccf7d3f41ba44bbc025c0567a1acbba91b471ec (patch) | |
tree | e19f3d16ca9f78f844f6603ac249b9433037a7a6 /net/openldap24-server | |
parent | 79e641db191d28212af4d28a15bfee59a72fd3a4 (diff) | |
download | ports-0ccf7d3f41ba44bbc025c0567a1acbba91b471ec.tar.gz ports-0ccf7d3f41ba44bbc025c0567a1acbba91b471ec.zip |
Notes
Diffstat (limited to 'net/openldap24-server')
-rw-r--r-- | net/openldap24-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index e51a8b688c27..3bf813acbc5c 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -39,7 +39,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 .if !defined(CLIENT_ONLY) OPTIONS= SASL "With (Cyrus) SASL2 support" on \ @@ -167,6 +167,7 @@ USE_LDCONFIG= yes .else # server specific configuration +USE_LDCONFIG= ${PREFIX}/libexec/openldap SUB_FILES+= pkg-install pkg-message pkg-deinstall USE_RC_SUBR= slapd.sh ${SLURPDSH} |