summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:54:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:54:47 +0000
commit08dfce002ea659dcbe04c03a203b6e8acf14fae5 (patch)
treed2d2fb0f365e713394cc6d4ab78ef2d6dc631b2c /security
parentConvert to USES=autoreconf (diff)
Convert USES=autoreconf
Strip binaries
Notes
Notes: svn path=/head/; revision=382515
Diffstat (limited to 'security')
-rw-r--r--security/sssd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index 799196d295ff..c9aaf66b4053 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sssd
DISTVERSION= 1.11.7
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
@@ -50,12 +51,12 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VER}
MAKE_ENV+= LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW"
SUB_FILES= pkg-message
-USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS= -a -c -f
USE_LDCONFIG= yes
USE_OPENLDAP= yes
-USES= gettext gmake iconv libtool pathfix pkgconfig python:2 shebangfix
+USES= autoreconf gettext gmake iconv libtool pathfix pkgconfig \
+ python:2 shebangfix
PATHFIX_MAKEFILEIN= Makefile.am
+INSTALL_TARGET= install-strip
python_CMD= ${SETENV} python2
SHEBANG_FILES= src/tools/sss_obfuscate \