git: d48d91e28cff - main - net/gotthard: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 08:19:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d48d91e28cff90b30ef658111651902f919f48af commit d48d91e28cff90b30ef658111651902f919f48af Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:00:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 08:18:43 +0000 net/gotthard: Moved man to share/man Approved by: portmgr (blanket) --- net/gotthard/Makefile | 3 ++- net/gotthard/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/gotthard/Makefile b/net/gotthard/Makefile index 73d393e8243f..ba90c3034726 100644 --- a/net/gotthard/Makefile +++ b/net/gotthard/Makefile @@ -1,5 +1,6 @@ PORTNAME= gotthard PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.nazgul.ch/dev/ @@ -9,7 +10,7 @@ WWW= http://www.nazgul.ch/dev.html do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${STAGEDIR}${PREFIX}/etc/gotthard.conf.sample .include <bsd.port.mk> diff --git a/net/gotthard/pkg-plist b/net/gotthard/pkg-plist index d19a3679f708..21acdc06228a 100644 --- a/net/gotthard/pkg-plist +++ b/net/gotthard/pkg-plist @@ -1,3 +1,3 @@ bin/gotthard @sample etc/gotthard.conf.sample -man/man8/gotthard.8.gz +share/man/man8/gotthard.8.gz