diff options
-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 |