diff options
author | jlam <jlam> | 2002-10-07 07:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-07 07:36:42 +0000 |
commit | d476f9a274814833ec889d5f0bdc92ed26bf510d (patch) | |
tree | f87b7cdc3d12c640d0f76101d6112bfca84b6df0 /misc | |
parent | 0000bd4b5ccce46ce3324dae1d2d050b78be54b7 (diff) | |
download | pkgsrc-d476f9a274814833ec889d5f0bdc92ed26bf510d.tar.gz |
Set the read permissions for the setuid program efax so that
KStandardDir::findResource() may find them.
Diffstat (limited to 'misc')
-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__ |