mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/ipv6mon: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
18553307aa
commit
e09772d53c
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ipv6mon
|
PORTNAME= ipv6mon
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
|
@ -20,6 +20,7 @@ CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\"
|
||||||
USERS= ${PORTNAME}
|
USERS= ${PORTNAME}
|
||||||
GROUPS= ${PORTNAME}
|
GROUPS= ${PORTNAME}
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
MAKE_ARGS= MANDIR=${PREFIX}/share/man/man
|
||||||
|
|
||||||
PORTDOCS= README.TXT \
|
PORTDOCS= README.TXT \
|
||||||
ipv6mon-installation-notes.odt \
|
ipv6mon-installation-notes.odt \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@sample etc/ipv6mon.conf.sample
|
@sample etc/ipv6mon.conf.sample
|
||||||
sbin/ipv6mon
|
sbin/ipv6mon
|
||||||
man/man5/ipv6mon.conf.5.gz
|
share/man/man5/ipv6mon.conf.5.gz
|
||||||
man/man8/ipv6mon.8.gz
|
share/man/man8/ipv6mon.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue