aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-workspace
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-18 22:26:58 +0800
committerlofi <lofi@FreeBSD.org>2004-05-18 22:26:58 +0800
commitff9f3c0774586e620c8b5c73247df04c819c5e8d (patch)
tree82a949f9761fb8e31c48b7c6e40e9dc3d342b526 /x11/kdebase4-workspace
parent160b8316af4d8d57620204f21d3faeda490bfab9 (diff)
downloadfreebsd-ports-gnome-ff9f3c0774586e620c8b5c73247df04c819c5e8d.tar.gz
freebsd-ports-gnome-ff9f3c0774586e620c8b5c73247df04c819c5e8d.tar.zst
freebsd-ports-gnome-ff9f3c0774586e620c8b5c73247df04c819c5e8d.zip
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.
Diffstat (limited to 'x11/kdebase4-workspace')
-rw-r--r--x11/kdebase4-workspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index b4fe9fff8f6a..67c989a40513 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/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>