diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-23 14:36:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-23 14:36:24 +0000 |
commit | e8a0988c9cf8b64c4ada8a656bea5e798b8b0688 (patch) | |
tree | 6b3067d0461b39eef0eb3ae62d33e4df981718d7 /x11 | |
parent | 39e94fffc7d19b30e32f3fdd8ff0ba16dc721028 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 10 |
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> |