diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-05-20 17:00:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-05-20 17:00:06 +0000 |
commit | 9bccfcfc414a19ff84a5f4add3b5c6de862e7ad9 (patch) | |
tree | c3ede9a55f615c4f97ae955808ddd3d14a1f86bd /net/openldap23-server | |
parent | 8164dfd28ff0b92dcc00f7f690034a5a9de332b2 (diff) | |
download | ports-9bccfcfc414a19ff84a5f4add3b5c6de862e7ad9.tar.gz ports-9bccfcfc414a19ff84a5f4add3b5c6de862e7ad9.zip |
Notes
Diffstat (limited to 'net/openldap23-server')
-rw-r--r-- | net/openldap23-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 571ffcbaca83..4bad97ca46de 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -39,7 +39,7 @@ WANT_OPENLDAP_VER?= 23 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 0 +PORTREVISION_CLIENT= 1 PORTREVISION_SERVER= 0 .if !defined(CLIENT_ONLY) @@ -125,7 +125,6 @@ LOCALSTATEDIR?= /var/db DATABASEDIR?= ${LOCALSTATEDIR}/openldap-data SLURPDIR?= ${LOCALSTATEDIR}/openldap-slurp -SUB_FILES+= pkg-install pkg-message pkg-deinstall SUB_LIST+= LDAP_RUN_DIR=${LDAP_RUN_DIR} \ DATABASEDIR=${DATABASEDIR} \ SLURPDIR=${SLURPDIR} \ @@ -157,6 +156,7 @@ INSTALLS_SHLIB= yes .else # server specific configuration +SUB_FILES+= pkg-deinstall pkg-message pkg-install USE_RC_SUBR= slapd.sh slurpd.sh EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in |