pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wmnet Use SPECIAL_PERMS on MirBSD, too. Fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb7fe23d5a0a
branches:  trunk
changeset: 627910:bb7fe23d5a0a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Dec 19 20:27:24 2013 +0000

description:
Use SPECIAL_PERMS on MirBSD, too. Fix build.

diffstat:

 net/wmnet/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f300c15f6254 -r bb7fe23d5a0a net/wmnet/Makefile
--- a/net/wmnet/Makefile        Thu Dec 19 14:29:07 2013 +0000
+++ b/net/wmnet/Makefile        Thu Dec 19 20:27:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/23 17:19:20 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/12/19 20:27:24 bsiegert Exp $
 
 DISTNAME=      wmnet-1.06
 PKGREVISION=   5
@@ -18,7 +18,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
 MAKE_FLAGS+=   INSTPGMFLAGS=""
 SPECIAL_PERMS+=        bin/wmnet ${BINOWN} kmem 2555
 .endif



Home | Main Index | Thread Index | Old Index