summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-09-05 18:07:52 +0000
committerjschauma <jschauma>2002-09-05 18:07:52 +0000
commit50502534f7a3eeefd7fa63e7d7ba16fabbc948a8 (patch)
tree628713ebd652f40d8726b72fd341c3a281a3d3d8 /sysutils/amanda-common
parent66896d6eefc43ea7d84a332b7b064b472cab86ce (diff)
downloadpkgsrc-50502534f7a3eeefd7fa63e7d7ba16fabbc948a8.tar.gz
Changes to make amanda* work nicely on Linux:
- do not depend on gtar; GNU/Linux tar is gtar, obviously - set AMANDA_GROUP as on NetBSD and Darwin
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r--sysutils/amanda-common/Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index a42a48ce5e6..61ec3897c3c 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile.common,v 1.8 2002/08/25 21:50:54 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2002/09/05 18:07:54 jschauma Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
-.if ${OPSYS} == "NetBSD"
-AMANDA_GROUP?= operator
-.elif ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS"
AMANDA_GROUP?= sysadmin
-.elif ${OPSYS} == "Darwin"
+.else
+# NetBSD, Linux and Darwin
AMANDA_GROUP?= operator
.endif