summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-23 14:36:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-23 14:36:24 +0000
commite8a0988c9cf8b64c4ada8a656bea5e798b8b0688 (patch)
tree6b3067d0461b39eef0eb3ae62d33e4df981718d7 /x11
parentUpgrade to 1.5.6p3, and change erich's email address. (diff)
sgid kmem for libgtop.
Notes
Notes: svn path=/head/; revision=14161
Diffstat (limited to 'x11')
-rw-r--r--x11/gnomecore/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 4d8ba0ab8598..3cb78c3fe197 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/09/30 14:02:09 vanilla Exp $
+# $Id: Makefile,v 1.4 1998/10/01 22:28:32 vanilla Exp $
#
DISTNAME= gnome-core-0.30
@@ -30,5 +30,13 @@ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ chown root.kmem ${PREFIX}/bin/cpuload_applet
+ chown root.kmem ${PREFIX}/bin/cpumemusage_applet
+ chown root.kmem ${PREFIX}/bin/diskusage_applet
+ chown root.kmem ${PREFIX}/bin/multiload_applet
+ chmod 2555 ${PREFIX}/bin/cpuload_applet
+ chmod 2555 ${PREFIX}/bin/cpumemusage_applet
+ chmod 2555 ${PREFIX}/bin/diskusage_applet
+ chmod 2555 ${PREFIX}/bin/multiload_applet
.include <bsd.port.mk>