aboutsummaryrefslogtreecommitdiffstats
path: root/audio/murmur
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-10-23 19:40:43 +0800
committerPawel Pekala <pawel@FreeBSD.org>2011-10-23 19:40:43 +0800
commit24cfbfb282a204540d819d58feb9808023968289 (patch)
treeefe0e49827a2b92b0b163ee3a45a5736d702502e /audio/murmur
parent8f708e7fd5cabace69e38eaf3903f8085229c0e2 (diff)
downloadfreebsd-ports-gnome-24cfbfb282a204540d819d58feb9808023968289.tar.gz
freebsd-ports-gnome-24cfbfb282a204540d819d58feb9808023968289.tar.zst
freebsd-ports-gnome-24cfbfb282a204540d819d58feb9808023968289.zip
PRE-INSTALL -> POST-INSTALL, user and groups are created later
Diffstat (limited to 'audio/murmur')
-rw-r--r--audio/murmur/Makefile2
-rw-r--r--audio/murmur/pkg-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 46f145558e55..233c2683dc9a 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -7,7 +7,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
DISTNAME= mumble-${PORTVERSION}
diff --git a/audio/murmur/pkg-install b/audio/murmur/pkg-install
index fdecba2a7ef6..f724f5de1b69 100644
--- a/audio/murmur/pkg-install
+++ b/audio/murmur/pkg-install
@@ -7,7 +7,7 @@ RUNDIR=/var/run/murmur
DBDIR=/var/db/murmur
case $2 in
- PRE-INSTALL)
+ POST-INSTALL)
mkdir -m 750 ${LOGDIR} ${DBDIR} ${RUNDIR} 2> /dev/null
chown -R murmur:murmur ${LOGDIR} ${DBDIR} ${RUNDIR}