summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorveego <veego>2001-10-19 09:44:10 +0000
committerveego <veego>2001-10-19 09:44:10 +0000
commit4f311589a4ef4e27b936e07c06eec4864eb757f8 (patch)
treedcfb7bfff736fb6ef8c9329998cab372b0ccfde3 /sysutils
parente3dd1fdb0eb5cdb91eec57e8b286210a112b9e0b (diff)
downloadpkgsrc-4f311589a4ef4e27b936e07c06eec4864eb757f8.tar.gz
Use AMANDA_GROUP?= instead of AMANDA_GROUP=, so you can overwrite the
default amanda group.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 69b3d5cf46d..0414576fccb 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.5 2001/06/14 21:54:36 jlam Exp $
+# $NetBSD: Makefile.common,v 1.6 2001/10/19 09:44:10 veego Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
.if ${OPSYS} == "NetBSD"
-AMANDA_GROUP= operator
+AMANDA_GROUP?= operator
.elif ${OPSYS} == "SunOS"
-AMANDA_GROUP= sysadmin
+AMANDA_GROUP?= sysadmin
.endif
AMANDA_USER?= backup