diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-28 21:52:03 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-28 21:52:03 +0800 |
commit | 9a6c09499edcccfb240954cbbe2930c26b538b6c (patch) | |
tree | 6c1201604f538d4108f7e54861c50e70ae34f4ac /security/sssd | |
parent | 4dfad357fd6f3b9bb76efba3cc015d4dae6111a5 (diff) | |
download | freebsd-ports-gnome-9a6c09499edcccfb240954cbbe2930c26b538b6c.tar.gz freebsd-ports-gnome-9a6c09499edcccfb240954cbbe2930c26b538b6c.tar.zst freebsd-ports-gnome-9a6c09499edcccfb240954cbbe2930c26b538b6c.zip |
- Fix license
- Remove unneeded options.mk inclusion
Approved by: portmgr blanket
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index c191549617dc..3e991be86986 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -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' \ |