summaryrefslogtreecommitdiff
path: root/net/wmnet
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 18:15:06 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 18:15:06 +0000
commit12351d2476e45a48b25d65ccb4c43a2d0fbce6a4 (patch)
tree2dc743a478318addecf45daa709120a4e93754cb /net/wmnet
parent180117a405eae3de2a5ad9227185c3b520b9ab8b (diff)
downloadpkgsrc-12351d2476e45a48b25d65ccb4c43a2d0fbce6a4.tar.gz
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
Diffstat (limited to 'net/wmnet')
-rw-r--r--net/wmnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
index f41d7c344b8..dd05678d6af 100644
--- a/net/wmnet/Makefile
+++ b/net/wmnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/03/14 15:49:15 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/15 18:15:20 jlam Exp $
DISTNAME= wmnet-1.06
PKGREVISION= 5
@@ -21,7 +21,7 @@ MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR}
.if !empty(UNPRIVILEGED:M[Yy][Ee][Ss])
MAKE_FLAGS+= INSTPGMFLAGS=""
-SPECIAL_PERMS+= bin/wmnet ${ROOT_USER} kmem 2555
+SPECIAL_PERMS+= bin/wmnet ${BINOWN} kmem 2555
.endif
.include "../../x11/libXext/buildlink3.mk"