net/openbgpd: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:11:36 +09:00
parent b77d868ca9
commit ed2135baab
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= openbgpd PORTNAME= openbgpd
PORTVERSION= 5.2.20121209 PORTVERSION= 5.2.20121209
PORTREVISION= 4 PORTREVISION= 5
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= net CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD MASTER_SITES= OPENBSD/OpenBGPD
@ -20,8 +20,8 @@ USE_RC_SUBR= ${PORTNAME}
CONFLICTS= zebra quagga CONFLICTS= zebra quagga
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \ PLIST_FILES= sbin/bgpctl sbin/bgpd share/man/man5/bgpd.conf.5.gz \
man/man8/bgpctl.8.gz man/man8/bgpd.8.gz share/man/man8/bgpctl.8.gz share/man/man8/bgpd.8.gz
SUB_FILES= pkg-message SUB_FILES= pkg-message
USERS= _bgpd USERS= _bgpd
GROUPS= _bgpd GROUPS= _bgpd

View file

@ -9,4 +9,4 @@ diff -N Makefile.inc
+ +
+PREFIX?= /usr/local +PREFIX?= /usr/local
+BINDIR?= ${PREFIX}/sbin +BINDIR?= ${PREFIX}/sbin
+MANDIR?= ${PREFIX}/man/man +MANDIR?= ${PREFIX}/share/man/man