aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cpu
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-28 00:29:28 +0800
committerpav <pav@FreeBSD.org>2007-03-28 00:29:28 +0800
commit21e7f521fd90d37034ba48079e854010a328a12a (patch)
tree954fa159f7f4e7466aacfe067bd9741be01e29f8 /sysutils/cpu
parentf63a83d8efd933954d91b97c896ffc58ced13577 (diff)
downloadfreebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.gz
freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.zst
freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.zip
- Fix after objformat removal
Reported by: pointyhat
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 a15c894d1d4..b6e419a1e43 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>