mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/openbgpd: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b77d868ca9
commit
ed2135baab
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= openbgpd
|
||||
PORTVERSION= 5.2.20121209
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= OPENBSD/OpenBGPD
|
||||
|
@ -20,8 +20,8 @@ USE_RC_SUBR= ${PORTNAME}
|
|||
CONFLICTS= zebra quagga
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
|
||||
man/man8/bgpctl.8.gz man/man8/bgpd.8.gz
|
||||
PLIST_FILES= sbin/bgpctl sbin/bgpd share/man/man5/bgpd.conf.5.gz \
|
||||
share/man/man8/bgpctl.8.gz share/man/man8/bgpd.8.gz
|
||||
SUB_FILES= pkg-message
|
||||
USERS= _bgpd
|
||||
GROUPS= _bgpd
|
||||
|
|
|
@ -9,4 +9,4 @@ diff -N Makefile.inc
|
|||
+
|
||||
+PREFIX?= /usr/local
|
||||
+BINDIR?= ${PREFIX}/sbin
|
||||
+MANDIR?= ${PREFIX}/man/man
|
||||
+MANDIR?= ${PREFIX}/share/man/man
|
||||
|
|
Loading…
Add table
Reference in a new issue