aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpu
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 10:52:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 10:52:38 +0000
commit24fa3db7d230322cb7d090b75225b0df886eff39 (patch)
tree1c19f82164e9484951ad03c63b7cd311cc8ee080 /sysutils/cpu
parent69ce8fc30bee622f0868433f677e3fdc1657a8a2 (diff)
downloadports-24fa3db7d230322cb7d090b75225b0df886eff39.tar.gz
ports-24fa3db7d230322cb7d090b75225b0df886eff39.zip
Notes
Diffstat (limited to 'sysutils/cpu')
-rw-r--r--sysutils/cpu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile
index 3f3657df08e8..4ebdb2661302 100644
--- a/sysutils/cpu/Makefile
+++ b/sysutils/cpu/Makefile
@@ -3,18 +3,19 @@
PORTNAME= cpu
PORTVERSION= 1.4.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Change Password Utility for LDAP
-GNU_CONFIGURE= yes
USES= tar:bzip2 libtool
+GNU_CONFIGURE= yes
USE_OPENLDAP= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE}
+INSTALL_TARGET= install-strip
CPPFLAGS+= -DLDAP_DEPRECATED
.include <bsd.port.mk>