aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-01-13 16:13:33 +0000
committerMark Felder <feld@FreeBSD.org>2014-01-13 16:13:33 +0000
commitb6dca3abd24a20d65016d8ac378e965a6dd6d618 (patch)
tree0a0409ce3a4c7eb75a93b292f59b564323281ca3 /irc
parent79b0968a4b86702ce58dd680baa95b9b6fae749a (diff)
downloadports-b6dca3abd24a20d65016d8ac378e965a6dd6d618.tar.gz
ports-b6dca3abd24a20d65016d8ac378e965a6dd6d618.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/inspircd/Makefile1
-rw-r--r--irc/inspircd/files/inspircd.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index d21e093d472c..452682146f3e 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= inspircd
PORTVERSION= 2.0.14
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= feld@FreeBSD.org
diff --git a/irc/inspircd/files/inspircd.in b/irc/inspircd/files/inspircd.in
index 5bb1048d5ab6..ffc5bccfdcd0 100644
--- a/irc/inspircd/files/inspircd.in
+++ b/irc/inspircd/files/inspircd.in
@@ -47,11 +47,11 @@ inspircd_prestart()
{
piddir=$(dirname ${inspircd_pidfile})
if [ ! -d ${piddir} ]; then
- install -m 755 -o ${inspircd_user} -g ${inspircd_group} ${piddir}
+ install -d -m 755 -o ${inspircd_user} -g ${inspircd_group} ${piddir}
fi
logdir=$(dirname ${inspircd_logfile})
if [ ! -d ${logdir} ]; then
- install -m 755 -o ${inspircd_user} -g ${inspircd_group} ${logdir}
+ install -d -m 755 -o ${inspircd_user} -g ${inspircd_group} ${logdir}
fi
}