aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-11-01 08:55:05 +0800
committerwill <will@FreeBSD.org>2001-11-01 08:55:05 +0800
commit431bea69d3339e2ae3ec1ad93279f5f562d8932d (patch)
treec61561468ab64ac5d71659112d785a42b83c9630 /x11/kdebase4/Makefile
parentef0b636c1a51530cdbc4c77aecb111df7e610601 (diff)
downloadfreebsd-ports-gnome-431bea69d3339e2ae3ec1ad93279f5f562d8932d.tar.gz
freebsd-ports-gnome-431bea69d3339e2ae3ec1ad93279f5f562d8932d.tar.zst
freebsd-ports-gnome-431bea69d3339e2ae3ec1ad93279f5f562d8932d.zip
Bite the bullet and make kcheckpass setuid root by default so the lock
and screensaver functions work by default (i.e. they let you back in if you type the right password). This will also avoid the caveat that quite often people install KDE using the metaport and usually leave it runnning and by the time it's done, the not-so-helpful message is long gone. Usability police: ~20 emails from users... Won't mind releasing a security advisory for this if needed: kris
Diffstat (limited to 'x11/kdebase4/Makefile')
-rw-r--r--x11/kdebase4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index a78f50c90742..ee69d6cb95bb 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdebase
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES?= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -64,6 +65,6 @@ post-configure:
${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile
post-install:
- @${CAT} ${PKGMESSAGE}
+ ${CHMOD} u+s ${PREFIX}/bin/kcheckpass
.include <bsd.port.post.mk>