diff options
Diffstat (limited to 'net/linux-c7-openldap/Makefile')
-rw-r--r-- | net/linux-c7-openldap/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/linux-c7-openldap/Makefile b/net/linux-c7-openldap/Makefile index 2894dfe125af..8ce591cb2c62 100644 --- a/net/linux-c7-openldap/Makefile +++ b/net/linux-c7-openldap/Makefile @@ -3,7 +3,7 @@ PORTNAME= openldap PORTVERSION= 2.4.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org @@ -11,18 +11,16 @@ COMMENT= LDAP libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr RPMVERSION= 13.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= cyrus-sasl2 nspr nss USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr -PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README - # do not install any openldap configuration directories/files post-patch: - ${RM} -rf ${WRKSRC}/etc + @${RM} -r ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: |