1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

ftp/netdumpd:

Fix poudriere build error:

===>  Staging for netdumpd-20180424_1
===>   Generating temporary packing list
install  -s -o root -g wheel -m 555   netdumpd
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd
install:
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd:
chown/chgrp: Operation not permitted
*** Error code 71

Submitted by:	bdrewery
Reviewed by:	markj
This commit is contained in:
Sean Bruno 2018-05-02 15:13:22 +00:00
parent c400a2c8b6
commit 49e5a31dd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468845

View File

@ -3,6 +3,7 @@
PORTNAME= netdumpd
PORTVERSION= 20180424
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= LOCAL/markj
@ -19,4 +20,6 @@ MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d
PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
USES+= uidfix
.include <bsd.port.mk>