pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nagios-base Added *_USER and *_GRUOP to BUILD_DEFS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c529a0e5d28
branches: trunk
changeset: 520360:0c529a0e5d28
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 20 08:07:45 2006 +0000
description:
Added *_USER and *_GRUOP to BUILD_DEFS.
diffstat:
net/nagios-base/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bcded484167d -r 0c529a0e5d28 net/nagios-base/Makefile.common
--- a/net/nagios-base/Makefile.common Thu Oct 19 23:56:13 2006 +0000
+++ b/net/nagios-base/Makefile.common Fri Oct 20 08:07:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/03/14 20:43:23 jlam Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/10/20 08:07:45 rillig Exp $
#
NAGIOS_USER?= nagios
@@ -7,6 +7,9 @@
NAGIOSADM_USER?= nagadmin
NAGIOSADM_GROUP?= ${NAGIOSADM_USER}
+BUILD_DEFS+= NAGIOS_USER NAGIOS_GROUP
+BUILD_DEFS+= NAGIOSADM_USER NAGIOSADM_GROUP
+
USE_X11= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index