pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/nss_ldap Fixed file ownership to allow for u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a11815594464
branches: trunk
changeset: 523107:a11815594464
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Jan 02 12:24:00 2007 +0000
description:
Fixed file ownership to allow for unprivileged builds.
diffstat:
databases/nss_ldap/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a77bd5996b5b -r a11815594464 databases/nss_ldap/Makefile
--- a/databases/nss_ldap/Makefile Tue Jan 02 12:21:39 2007 +0000
+++ b/databases/nss_ldap/Makefile Tue Jan 02 12:24:00 2007 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index