diff options
Diffstat (limited to 'sysutils/cpu/Makefile')
-rw-r--r-- | sysutils/cpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile index 0b83aa3d29a6..77bec776684e 100644 --- a/sysutils/cpu/Makefile +++ b/sysutils/cpu/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_OPENLDAP= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-DLDAP_DEPRECATED" +CPPFLAGS+= -DLDAP_DEPRECATED MAN5= cpu.conf.5 MAN8= cpu.8 cpu-ldap.8 |