summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-18 14:26:58 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-18 14:26:58 +0000
commitc04fc82a3050c299dd3b866d83ba6da3239dd931 (patch)
tree7c3557d4d40df40855c8adbc4c2b4e898690ada6 /x11/kde4-baseapps
parentUpdate to 1.1.2.1. (diff)
Fix a fat fingered commit I made two weeks ago:
It causes ksysguard to be installed setuid instead of ksysguardd. No harm done though, ksysguard refuses to even run setuid.
Notes
Notes: svn path=/head/; revision=109439
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r--x11/kde4-baseapps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index b4fe9fff8f6a..67c989a40513 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -76,7 +76,7 @@ post-install:
${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop
${CHMOD} u+s ${PREFIX}/bin/kcheckpass
${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \
- ${CHMOD} g+s ${PREFIX}/bin/ksysguard$d
+ ${CHMOD} g+s ${PREFIX}/bin/ksysguardd
${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>