inetutils: Fix path to cp(1) and setuid perms.

The path to the tools cp was being embedded in the grcp program.  Bump
PKGREVISION.
This commit is contained in:
jperkin 2020-11-11 16:50:17 +00:00
parent d1ac6d1a19
commit 4f19debd92

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2020/05/31 15:05:28 rillig Exp $
# $NetBSD: Makefile,v 1.7 2020/11/11 16:50:17 jperkin Exp $
DISTNAME= inetutils-1.9.4
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=inetutils/}
EXTRACT_SUFX= .tar.xz
@ -15,6 +15,11 @@ AUTO_MKDIRS= yes
INFO_FILES= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=g
CONFIGURE_ENV+= inetutils_cv_path_cp=${CP}
.for prog in ping ping6 rcp rlogin rsh traceroute
SPECIAL_PERMS+= bin/g${prog} ${SETUID_ROOT_PERMS}
.endfor
TEST_TARGET= check