diff options
author | hauke <hauke@pkgsrc.org> | 2014-08-19 13:30:53 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2014-08-19 13:30:53 +0000 |
commit | 4126044dc98ff93885d474ec23b0776e0633aaf9 (patch) | |
tree | c432ccd03e4156be88ebc9fcc9acdff3c706705f /sysutils | |
parent | 6f6b607cca37981e96d08da8bd59bcf95211e625 (diff) | |
download | pkgsrc-4126044dc98ff93885d474ec23b0776e0633aaf9.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')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
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 |