argh! use SYSCONFDIR instead of hardcoded /etc.
This commit is contained in:
parent
36093fa364
commit
a78c2dff0f
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.32 2002/10/25 16:21:31 naddy Exp $
|
# $OpenBSD: Makefile,v 1.33 2003/05/11 18:46:33 brad Exp $
|
||||||
|
|
||||||
COMMENT= "Open source LDAP software (client)"
|
COMMENT= "Open source LDAP software (client)"
|
||||||
COMMENT-server= "Open source LDAP software (server)"
|
COMMENT-server= "Open source LDAP software (server)"
|
||||||
@ -94,10 +94,10 @@ pre-build:
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openldap
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openldap
|
||||||
${INSTALL_DATA} ${DESTDIR}/etc/openldap/*.conf \
|
${INSTALL_DATA} ${DESTDIR}${SYSCONFDIR}/openldap/*.conf \
|
||||||
${PREFIX}/share/examples/openldap
|
${PREFIX}/share/examples/openldap
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openldap/schema
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openldap/schema
|
||||||
${INSTALL_DATA} ${DESTDIR}/etc/openldap/schema/*.schema \
|
${INSTALL_DATA} ${DESTDIR}${SYSCONFDIR}/openldap/schema/*.schema \
|
||||||
${PREFIX}/share/examples/openldap/schema
|
${PREFIX}/share/examples/openldap/schema
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user