summaryrefslogtreecommitdiff
path: root/x11/gnomecore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomecore/Makefile')
-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>