pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd Fix CONF_FILES_PERMS; avoids build failu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7a37c1bc66c
branches:  trunk
changeset: 352228:e7a37c1bc66c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 11 03:47:49 2016 +0000

description:
Fix CONF_FILES_PERMS; avoids build failure with "can't shift that many"

diffstat:

 chat/inspircd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe85bf100c16 -r e7a37c1bc66c chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Sat Sep 10 23:23:20 2016 +0000
+++ b/chat/inspircd/Makefile    Sun Sep 11 03:47:49 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/07/10 09:52:21 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2016/09/11 03:47:49 dholland Exp $
 #
 
 DISTNAME=      InspIRCd-1.1.23
@@ -141,7 +141,7 @@
 INSTALLATION_DIRS+=    bin ${EGDIR}/aliases ${EGDIR}/sql
 
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/log/inspircd.log \
-                       ${INSPIRCD_USER}:${INSPIRCD_GROUP} 0640
+                       ${INSPIRCD_USER} ${INSPIRCD_GROUP} 0640
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/conf/inspircd.* ${DESTDIR}${EGDIR}



Home | Main Index | Thread Index | Old Index