summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-09-11 03:47:49 +0000
committerdholland <dholland@pkgsrc.org>2016-09-11 03:47:49 +0000
commitdc89da506e26b0a711764bef1e6e6743f839bd36 (patch)
tree8cbab3d5312619afd601403209ac44f8a443f487 /chat
parentd9ca3d02658cee2ae51ecc257dc205eb6e78205e (diff)
downloadpkgsrc-dc89da506e26b0a711764bef1e6e6743f839bd36.tar.gz
Fix CONF_FILES_PERMS; avoids build failure with "can't shift that many"
Diffstat (limited to 'chat')
-rw-r--r--chat/inspircd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile
index a3651701b6b..88b41dca0c0 100644
--- a/chat/inspircd/Makefile
+++ b/chat/inspircd/Makefile
@@ -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 @@ post-build:
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}