From 7222b74f4f3ab3ade18dcefffc2a9229b72ad016 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 21 Jul 2002 19:07:32 +0000 Subject: Add a default AMANDA_GROUP for Darwin, and use canonical pkgsrc config.guess and config.sub. Noted by Randy Beaudreault in private mail. --- sysutils/amanda-common/Makefile.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 0414576fccb..c6ec5734415 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2001/10/19 09:44:10 veego Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/07/21 19:07:32 schmonz Exp $ # # common make file fragment shared by all amanda-* pkgs. # @@ -7,6 +7,8 @@ AMANDA_GROUP?= operator .elif ${OPSYS} == "SunOS" AMANDA_GROUP?= sysadmin +.elif ${OPSYS} == "Darwin" +AMANDA_GROUP?= operator .endif AMANDA_USER?= backup @@ -16,6 +18,8 @@ BUILD_DEFS+= AMANDA_USER AMANDA_GROUP AMANDA_SMB AMANDA_VAR USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config/config.sub GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER} -- cgit v1.2.3