diff options
author | rillig <rillig> | 2007-01-02 12:24:00 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-02 12:24:00 +0000 |
commit | 9bedd8e631221dc69ba586c6e531441e892e4002 (patch) | |
tree | f57af0902142cee4ae969db77293301e213cb1f6 /databases | |
parent | d656ddf3fdb59cd2b2f3ab945c433547ea8ffd25 (diff) | |
download | pkgsrc-9bedd8e631221dc69ba586c6e531441e892e4002.tar.gz |
Fixed file ownership to allow for unprivileged builds.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/nss_ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/nss_ldap/Makefile b/databases/nss_ldap/Makefile index fae78c2fd58..0a5c8e7af86 100644 --- a/databases/nss_ldap/Makefile +++ b/databases/nss_ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/09/21 18:06:18 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/02 12:24:00 rillig Exp $ # DISTNAME= nss_ldap-240 @@ -19,6 +19,7 @@ USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/nss_ldap.conf CONFIGURE_ARGS+= --with-ldap-secret-file=${PKG_SYSCONFDIR}/nss_ldap.secret CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +MAKE_FLAGS+= INST_UID=${BINOWN} INST_GID=${BINGRP} EGDIR= ${PREFIX}/share/examples/${PKGBASE} INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} |