diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2024-02-26 20:18:05 +0100 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2024-02-26 20:18:05 +0100 |
commit | 22b66ce4b118649a9f19dd555b736ec71d60516c (patch) | |
tree | a6062654104336e856ac0535074366edb5fd6ea5 /net/openbgpd6 | |
parent | net/haproxy: update to version 2.9.6; (diff) |
net/openbgpd6: Moved man to share/man
Diffstat (limited to 'net/openbgpd6')
-rw-r--r-- | net/openbgpd6/Makefile | 2 | ||||
-rw-r--r-- | net/openbgpd6/pkg-plist | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/openbgpd6/Makefile b/net/openbgpd6/Makefile index 397e413e822c..0980a46b6844 100644 --- a/net/openbgpd6/Makefile +++ b/net/openbgpd6/Makefile @@ -1,5 +1,6 @@ PORTNAME= openbgpd PORTVERSION= 6.9p0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 6 @@ -15,6 +16,7 @@ USES= autoreconf libtool uidfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message diff --git a/net/openbgpd6/pkg-plist b/net/openbgpd6/pkg-plist index 76795a6b9942..b4deb7e35071 100644 --- a/net/openbgpd6/pkg-plist +++ b/net/openbgpd6/pkg-plist @@ -1,6 +1,6 @@ sbin/bgpctl sbin/bgpd -man/man5/bgpd.conf.5.gz -man/man8/bgpctl.8.gz -man/man8/bgpd.8.gz +share/man/man5/bgpd.conf.5.gz +share/man/man8/bgpctl.8.gz +share/man/man8/bgpd.8.gz @sample etc/bgpd.conf.sample |