git: ea9cf2bcd936 - main - net-mgmt/clog: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 22:18:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea9cf2bcd93698d97575cc8dbc04a0a73a39d54d commit ea9cf2bcd93698d97575cc8dbc04a0a73a39d54d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 22:10:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:45 +0000 net-mgmt/clog: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/clog/Makefile | 3 ++- net-mgmt/clog/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/clog/Makefile b/net-mgmt/clog/Makefile index 75d689c7bd9a..332ff08266f0 100644 --- a/net-mgmt/clog/Makefile +++ b/net-mgmt/clog/Makefile @@ -1,5 +1,6 @@ PORTNAME= clog PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= LOCAL/obrien @@ -16,6 +17,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk> diff --git a/net-mgmt/clog/pkg-plist b/net-mgmt/clog/pkg-plist index c456a0581e6a..94f457395e0b 100644 --- a/net-mgmt/clog/pkg-plist +++ b/net-mgmt/clog/pkg-plist @@ -1,2 +1,2 @@ sbin/clog -man/man8/clog.8.gz +share/man/man8/clog.8.gz