Date: Fri, 29 May 2015 10:52:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387791 - head/sysutils/cpu Message-ID: <201505291052.t4TAqdts074190@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291052.t4TAqdts074190>