aboutsummaryrefslogtreecommitdiffstats
path: root/audio/arts
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-03-03 23:07:13 +0800
committerlofi <lofi@FreeBSD.org>2004-03-03 23:07:13 +0800
commit074c181e5bc86ff324c332c3f76c72a974ebf7f2 (patch)
tree4320111eff00b21bdf987c59b7cf0dd4a24eba6a /audio/arts
parent01f057570c20b5dd781a96c04641da33e3a036a2 (diff)
downloadfreebsd-ports-gnome-074c181e5bc86ff324c332c3f76c72a974ebf7f2.tar.gz
freebsd-ports-gnome-074c181e5bc86ff324c332c3f76c72a974ebf7f2.tar.zst
freebsd-ports-gnome-074c181e5bc86ff324c332c3f76c72a974ebf7f2.zip
Do not install artswrapper suid.
Requested by: nectar
Diffstat (limited to 'audio/arts')
-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>