aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpu
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-27 16:29:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-27 16:29:28 +0000
commitbb5439929387b1375fed99d582744b03d7708a4a (patch)
treec588fb384e145a5fb2bde00aba6ef4032adf3d66 /sysutils/cpu
parentc46d3879c7034788ba01f747dff4b9444aaddd57 (diff)
downloadports-bb5439929387b1375fed99d582744b03d7708a4a.tar.gz
ports-bb5439929387b1375fed99d582744b03d7708a4a.zip
Notes
Diffstat (limited to 'sysutils/cpu')
-rw-r--r--sysutils/cpu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile
index a15c894d1d4f..b6e419a1e43c 100644
--- a/sysutils/cpu/Makefile
+++ b/sysutils/cpu/Makefile
@@ -18,11 +18,14 @@ COMMENT= Change Password Utility for LDAP
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_OPENLDAP= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-DLDAP_DEPRECATED"
MAN5= cpu.conf.5
MAN8= cpu.8 cpu-ldap.8
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>