summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2014-08-19 13:30:53 +0000
committerhauke <hauke@pkgsrc.org>2014-08-19 13:30:53 +0000
commit53971e8ca0dcc3ae0d23e93d72814a96ad4f429e (patch)
treec432ccd03e4156be88ebc9fcc9acdff3c706705f /sysutils/lsof
parent6165cef15302543c81b57267719c7dfcecfcebfc (diff)
downloadpkgsrc-53971e8ca0dcc3ae0d23e93d72814a96ad4f429e.tar.gz
On SunOS, take care of the misconfigured ranlib call, following the
discussion in, and fixing, PR pkg/49034. While we are here, make sure the group lsof setgids to is the one owning /dev/kmem on SunOS ('sys').
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index e4fb82f5615..92087d36183 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2014/05/29 23:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2014/08/19 13:30:53 hauke Exp $
DISTNAME= lsof_4.87
PKGNAME= ${DISTNAME:S/_/-/}
@@ -61,7 +61,9 @@ CPPFLAGS+= -D_KMEMUSER
.elif ${OPSYS} == "FreeBSD"
BUILDLINK_PASSTHRU_DIRS+= /usr/src/sys
.elif ${OPSYS} == "SunOS"
+REAL_GROUP= sys
MAKE_ENV+= CPPFLAGS=
+CONFIGURE_ENV+= LSOF_RANLIB="/bin/true"
.endif
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin