aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2011-10-23 19:40:43 +0800
committerpawel <pawel@FreeBSD.org>2011-10-23 19:40:43 +0800
commit5ac817ed515a44623be8b87cd27bd4beea0ae0a6 (patch)
tree1673d28731e99d4b354206aaf39af78edfef5827
parenta5b0e5be686e61ab781d63058c91bbbc5d661c8e (diff)
downloadfreebsd-ports-gnome-5ac817ed515a44623be8b87cd27bd4beea0ae0a6.tar.gz
freebsd-ports-gnome-5ac817ed515a44623be8b87cd27bd4beea0ae0a6.tar.zst
freebsd-ports-gnome-5ac817ed515a44623be8b87cd27bd4beea0ae0a6.zip
PRE-INSTALL -> POST-INSTALL, user and groups are created later
-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}