summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-09 01:07:59 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-09 01:07:59 +0000
commite46c313753f7905a90b99eee55737771b79a47a2 (patch)
tree6f530ac70808140e57162afd61a4c11cd6becc1c /x11
parent21587c59073f2a8de3744883ab8f40b2eb9dd4d7 (diff)
downloadpkgsrc-e46c313753f7905a90b99eee55737771b79a47a2.tar.gz
Install screenblankers setuid root, so they can verify passwords
properly.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index 6b206df448c..ff75c5eb34b 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2000/08/30 22:17:14 tron Exp $
+# $NetBSD: Makefile,v 1.71 2000/09/09 01:07:59 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -69,6 +69,7 @@ post-configure:
post-install:
@${CHMOD} u+s ${PREFIX}/bin/klock
+ @${CHMOD} u+s ${PREFIX}/bin/*.kss
@${CP} ${PLIST_INIT} ${PLIST_SRC}
@(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type f >>${PLIST_SRC})
@(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type d | sort -r | \