summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-03 15:07:13 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-03 15:07:13 +0000
commit19870726d55a3961481ac7d776bf3cbd8f0c2705 (patch)
treea841d7f72d83907c35e60bbe1650c36e65684695 /audio
parent Update to latest current version. (diff)
Do not install artswrapper suid.
Requested by: nectar
Notes
Notes: svn path=/head/; revision=102835
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index dccc94370667..db60a99784c8 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -8,6 +8,7 @@
PORTNAME= arts
PORTVERSION= 1.2.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
@@ -35,8 +36,4 @@ CFLAGS+= -DHAVE_VASPRINTF
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
-post-install:
- @${CHMOD} 4555 ${PREFIX}/bin/artswrapper
-
.include <bsd.port.mk>