svn commit: r387791 - head/sysutils/cpu
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 10:52:39 UTC 2015
Author: amdmi3
Date: Fri May 29 10:52:38 2015
New Revision: 387791
URL: https://svnweb.freebsd.org/changeset/ports/387791
Log:
- Strip libraries
Modified:
head/sysutils/cpu/Makefile
Modified: head/sysutils/cpu/Makefile
==============================================================================
--- head/sysutils/cpu/Makefile Fri May 29 10:52:36 2015 (r387790)
+++ head/sysutils/cpu/Makefile Fri May 29 10:52:38 2015 (r387791)
@@ -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 at 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>
More information about the svn-ports-all
mailing list