git: 259e336eb469 - main - net-mgmt/bgpq4: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 10:20:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=259e336eb469d76514e81114b98b2e924672bb8b commit 259e336eb469d76514e81114b98b2e924672bb8b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-24 09:47:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-24 10:20:14 +0000 net-mgmt/bgpq4: Impelled to share/man --- net-mgmt/bgpq4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/bgpq4/Makefile b/net-mgmt/bgpq4/Makefile index 4991d76193b2..67ee0f36f53d 100644 --- a/net-mgmt/bgpq4/Makefile +++ b/net-mgmt/bgpq4/Makefile @@ -1,5 +1,6 @@ PORTNAME= bgpq4 PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= bofh@FreeBSD.org @@ -14,10 +15,11 @@ USE_GITHUB= yes GH_ACCOUNT= bgp GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS+= CC="${CC}" PLIST_FILES= bin/bgpq4 \ - man/man8/bgpq4.8.gz + share/man/man8/bgpq4.8.gz .include <bsd.port.mk>