1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Fix license

- Remove unneeded options.mk inclusion

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-05-28 13:52:03 +00:00
parent 4dfad357fd
commit 9a6c09499e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415993

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sssd
DISTVERSION= 1.11.7
PORTVERSION= 1.11.7
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
@ -11,7 +11,7 @@ MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
MAINTAINER= lukas.slebodnik@intrak.sk
COMMENT= System Security Services Daemon
LICENSE= GPLv3
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:devel/popt \
@ -73,8 +73,6 @@ SMB_DESC= Install IPA and AD providers (requires Samba4)
SMB_BUILD_DEPENDS= samba42>=4.2.11:net/samba42
SMB_CONFIGURE_WITH= samba
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c
@${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' \