diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-07 07:36:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-07 07:36:42 +0000 |
commit | ebc6e909427606294c946de4a26ac7eda5e2ba82 (patch) | |
tree | f87b7cdc3d12c640d0f76101d6112bfca84b6df0 /misc/kdeutils3 | |
parent | 8e1dbc6f37ae3a6e0968f2194d13497c885d17be (diff) | |
download | pkgsrc-ebc6e909427606294c946de4a26ac7eda5e2ba82.tar.gz |
Set the read permissions for the setuid program efax so that
KStandardDir::findResource() may find them.
Diffstat (limited to 'misc/kdeutils3')
-rw-r--r-- | misc/kdeutils3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index c6acdd167bc..3e0ec6e2325 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/07 03:54:12 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/07 07:36:42 jlam Exp $ DISTNAME= kdeutils-3.0.3 COMMENT= Utilities for the KDE integrated X11 desktop @@ -12,7 +12,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../mk/bsd.prefs.mk" -SPECIAL_PERMS+= ${PREFIX}/bin/efax ${ROOT_USER} ${ROOT_GROUP} 4711 +SPECIAL_PERMS+= ${PREFIX}/bin/efax ${ROOT_USER} ${ROOT_GROUP} 4755 .if ${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h) CPPFLAGS+= -D__NetBSD_APM__ |