summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-10-19 09:44:10 +0000
committerveego <veego@pkgsrc.org>2001-10-19 09:44:10 +0000
commit87da114b0fd3d3a4ec44161085dffa8a43b8e651 (patch)
treedcfb7bfff736fb6ef8c9329998cab372b0ccfde3 /sysutils
parent7f4df72ff4f7cc8ea7426038bf74b1446393c5bf (diff)
downloadpkgsrc-87da114b0fd3d3a4ec44161085dffa8a43b8e651.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