net/openbgpd8: Moved man to share/man
This commit is contained in:
parent
439fe8e94c
commit
a3e9a45a48
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= openbgpd
|
||||
PORTVERSION= 8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= OPENBSD/OpenBGPD
|
||||
PKGNAMESUFFIX= 8
|
||||
|
@ -17,6 +18,7 @@ USES= autoreconf libtool localbase pathfix uidfix
|
|||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
sbin/bgpctl
|
||||
sbin/bgpd
|
||||
sbin/bgplgd
|
||||
man/man5/bgpd.conf.5.gz
|
||||
man/man8/bgpctl.8.gz
|
||||
man/man8/bgpd.8.gz
|
||||
man/man8/bgplgd.8.gz
|
||||
share/man/man5/bgpd.conf.5.gz
|
||||
share/man/man8/bgpctl.8.gz
|
||||
share/man/man8/bgpd.8.gz
|
||||
share/man/man8/bgplgd.8.gz
|
||||
@sample etc/bgpd.conf.sample
|
||||
|
|
Loading…
Reference in a new issue