summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-21 19:07:32 +0000
committerschmonz <schmonz>2002-07-21 19:07:32 +0000
commit7222b74f4f3ab3ade18dcefffc2a9229b72ad016 (patch)
treeb38af7867a3bbd5724f439721ce5e7b222f1e4df /sysutils
parent8d4bde7d53c5286f65e43217415b67b93b140348 (diff)
downloadpkgsrc-7222b74f4f3ab3ade18dcefffc2a9229b72ad016.tar.gz
Add a default AMANDA_GROUP for Darwin, and use canonical pkgsrc
config.guess and config.sub. Noted by Randy Beaudreault <maccult@pacbell.net> in private mail.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile.common6
1 files changed, 5 insertions, 1 deletions
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}