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
commit4a9961bf612cdf1a4fed3eeda0737fd414b78da0 (patch)
treedcfb7bfff736fb6ef8c9329998cab372b0ccfde3 /sysutils
parent6aa705ba552009e79485e7b09bb9acbac3affeb8 (diff)
downloadpkgsrc-4a9961bf612cdf1a4fed3eeda0737fd414b78da0.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