1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

ftp/netdumpd: Move man page to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:07:03 +09:00
parent 57f768f1db
commit dff4d58911

View File

@ -1,6 +1,6 @@
PORTNAME= netdumpd
PORTVERSION= 20220406
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= LOCAL/markj
@ -11,10 +11,10 @@ WWW= https://github.com/markjdb/netdumpd
LICENSE= BSD2CLAUSE
MAKE_ARGS+= BINDIR=${PREFIX}/sbin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d
PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
PLIST_FILES= sbin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
USES+= uidfix