pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Fix user-destdir build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49b42ae74be3
branches:  trunk
changeset: 568866:49b42ae74be3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 22 20:58:54 2009 +0000

description:
Fix user-destdir build.

diffstat:

 sysutils/amanda-common/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0af6df5f5974 -r 49b42ae74be3 sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile   Tue Dec 22 20:54:56 2009 +0000
+++ b/sysutils/amanda-common/Makefile   Tue Dec 22 20:58:54 2009 +0000
@@ -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}/gnutar-lists  ${AMANDA_USER} ${AMANDA_GROUP} 0700
 BUILD_DEFS+=           AMANDA_VAR
 
+INSTALL_MAKE_FLAGS+=   SETUID_GROUP=${ROOT_GROUP}
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index