git: d1609434c3a7 - main - net/tcpick: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:37:56 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1609434c3a794fd585ef9a3b0561f4e889dd365 commit d1609434c3a794fd585ef9a3b0561f4e889dd365 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 18:02:01 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:11 +0000 net/tcpick: Move man pages to share/man Approved by: portmgr (blanket) --- net/tcpick/Makefile | 7 ++++--- net/tcpick/pkg-plist | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile index 98fc8af2807f..056dc69cffe1 100644 --- a/net/tcpick/Makefile +++ b/net/tcpick/Makefile @@ -1,6 +1,6 @@ PORTNAME= tcpick PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF @@ -11,10 +11,11 @@ WWW= https://tcpick.sourceforge.net/ LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_CSTD= gnu89 post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/man/it/man8 - ${MV} ${STAGEDIR}${PREFIX}/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/man/it/man8/tcpick.8 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/it/man8 + ${MV} ${STAGEDIR}${PREFIX}/share/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/share/man/it/man8/tcpick.8 .include <bsd.port.mk> diff --git a/net/tcpick/pkg-plist b/net/tcpick/pkg-plist index a8c7754a078a..75da90495ba5 100644 --- a/net/tcpick/pkg-plist +++ b/net/tcpick/pkg-plist @@ -1,3 +1,3 @@ bin/tcpick -man/it/man8/tcpick.8.gz -man/man8/tcpick.8.gz +share/man/it/man8/tcpick.8.gz +share/man/man8/tcpick.8.gz