aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-02-08 05:16:48 +0800
committerlofi <lofi@FreeBSD.org>2004-02-08 05:16:48 +0800
commiteea5704581ad5f30049293288df3395a8bb34374 (patch)
treea532d424a056868520faac923f68771fb48cb2a1 /audio
parent54e60eb27e31f7e59dcd292223acf09b53c48f3d (diff)
downloadfreebsd-ports-gnome-eea5704581ad5f30049293288df3395a8bb34374.tar.gz
freebsd-ports-gnome-eea5704581ad5f30049293288df3395a8bb34374.tar.zst
freebsd-ports-gnome-eea5704581ad5f30049293288df3395a8bb34374.zip
Make artswrapper suid. This will enable running artsd with realtime
priority. Bump PORTREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 50647c05c2a0..a776d2bb0246 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -8,7 +8,7 @@
PORTNAME= arts
PORTVERSION= 1.1.4
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= http://mirrors.isc.org/pub/kde/stable/3.1.4/FreeBSD/patches/ \
@@ -36,6 +36,8 @@ CFLAGS+= -DHAVE_VASPRINTF
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+post-install:
+ @${CHMOD} 4555 ${PREFIX}/bin/artswrapper
+
+.include <bsd.port.mk>