diff options
Diffstat (limited to 'net/openldap12/Makefile')
-rw-r--r-- | net/openldap12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index 87e7627b9099..0e985bf2e3b2 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -87,7 +87,7 @@ post-build: post-install: .for f in ${BINS} - strip ${PREFIX}/${f} + ${STRIP_CMD} ${PREFIX}/${f} .endfor ${INSTALL_SCRIPT} ${WRKDIR}/slapd.sh ${PREFIX}/etc/rc.d/slapd.sh.sample |