diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
commit | 21e7f521fd90d37034ba48079e854010a328a12a (patch) | |
tree | 954fa159f7f4e7466aacfe067bd9741be01e29f8 /sysutils/cpu | |
parent | f63a83d8efd933954d91b97c896ffc58ced13577 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |