summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-22 20:58:54 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-22 20:58:54 +0000
commit188c7ce0b0b2ee2af9e55ba796041d5a3da803aa (patch)
treeb7b8b8b569e1a6e9e34b85f1566a2e4883d96cd2 /sysutils
parent24512a1057e19963dbfcbc529c1c056e036ab134 (diff)
downloadpkgsrc-188c7ce0b0b2ee2af9e55ba796041d5a3da803aa.tar.gz
Fix user-destdir build.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index 94cbee5f0e2..49358c502b4 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2009/12/11 17:36:36 heinz Exp $
+# $NetBSD: Makefile,v 1.49 2009/12/22 20:58:54 joerg Exp $
PKGNAME= amanda-common-${VERS}
SVR4_PKGNAME= amaco
@@ -37,4 +37,6 @@ OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0700
OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0700
BUILD_DEFS+= AMANDA_VAR
+INSTALL_MAKE_FLAGS+= SETUID_GROUP=${ROOT_GROUP}
+
.include "../../mk/bsd.pkg.mk"