diff options
Diffstat (limited to 'net/linux-c6-openldap/Makefile')
-rw-r--r-- | net/linux-c6-openldap/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/net/linux-c6-openldap/Makefile b/net/linux-c6-openldap/Makefile index 2ee2714c0286..ba2a01e6f569 100644 --- a/net/linux-c6-openldap/Makefile +++ b/net/linux-c6-openldap/Makefile @@ -3,26 +3,22 @@ PORTNAME= openldap PORTVERSION= 2.4.40 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-f10-openldap-[0-9]* - +DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr +RPMVERSION= 12.el6 USES= linux:c6 +USE_LDCONFIG= yes USE_LINUX= cyrus-sasl2 nss nspr -RPMVERSION= 12.el6 USE_LINUX_RPM= yes -USE_LDCONFIG= yes -DESCR= ${.CURDIR}/../openldap24-server/pkg-descr - -PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README # do not install any openldap configuration directories/files -post-extract: - ${RM} -r ${WRKSRC}/etc +post-patch: + @${RM} -r ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: |