pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Override sd_group to avoid spurious er...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afd238c2c6a8
branches:  trunk
changeset: 626277:afd238c2c6a8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 06 15:59:23 2013 +0000

description:
Override sd_group to avoid spurious errors from unprivileged builds.

diffstat:

 sysutils/bacula/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4473007f9392 -r afd238c2c6a8 sysutils/bacula/Makefile
--- a/sysutils/bacula/Makefile  Wed Nov 06 14:21:52 2013 +0000
+++ b/sysutils/bacula/Makefile  Wed Nov 06 15:59:23 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2013/10/19 09:07:11 adam Exp $
+# $NetBSD: Makefile,v 1.54 2013/11/06 15:59:23 joerg Exp $
 
 PKGREVISION=           10
 
@@ -39,7 +39,7 @@
 .include "Makefile.common"
 
 .if !empty(USE_DESTDIR:M[Yy][Ee][Ss])
-INSTALL_MAKE_FLAGS+=   dir_user= dir_group=
+INSTALL_MAKE_FLAGS+=   dir_user= dir_group= sd_group=
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index