git: 165fbc815605 - main - net/sipsak: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:37:49 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=165fbc81560569022228470f2985abf5c7447a4d commit 165fbc81560569022228470f2985abf5c7447a4d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 17:44:17 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:10 +0000 net/sipsak: Move man pages to share/man Approved by: portmgr (blanket) --- net/sipsak/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index e6de85ce46a6..6e604fe701e4 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,5 +1,6 @@ PORTNAME= sipsak DISTVERSION= 0.9.8.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/nils-ohlmeier/sipsak/releases/download/${DISTVERSION}/ @@ -12,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/sipsak \ - man/man1/sipsak.1.gz + share/man/man1/sipsak.1.gz OPTIONS_DEFINE= CARES GNUTLS OPTIONS_DEFAULT= CARES GNUTLS