Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 12:28:33 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b7c121c0309 - main - net-im/freetalk: Move man pages to share/man
Message-ID:  <202403171228.42HCSXIA008901@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b7c121c03091ab9bfdf6c7f6f5e5ab77b6987f5

commit 5b7c121c03091ab9bfdf6c7f6f5e5ab77b6987f5
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 12:16:34 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 12:28:13 +0000

    net-im/freetalk: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net-im/freetalk/Makefile  | 3 ++-
 net-im/freetalk/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile
index d47241932352..9586790c0510 100644
--- a/net-im/freetalk/Makefile
+++ b/net-im/freetalk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	freetalk
 PORTVERSION=	4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	GNU/freetalk
 
@@ -20,6 +20,7 @@ USES=		autoreconf gettext-runtime gnome guile:2.2 localbase \
 		makeinfo ncurses pkgconfig readline
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 LIBS=		-largp
 INFO=		freetalk
diff --git a/net-im/freetalk/pkg-plist b/net-im/freetalk/pkg-plist
index 750e476b7d01..3dd475daec8b 100644
--- a/net-im/freetalk/pkg-plist
+++ b/net-im/freetalk/pkg-plist
@@ -24,4 +24,4 @@ bin/freetalk
 %%DOCSDIR%%/examples/daemon.ft
 %%DOCSDIR%%/examples/hello-world.ft
 %%DOCSDIR%%/examples/mimic.ft
-man/man1/freetalk.1.gz
+share/man/man1/freetalk.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171228.42HCSXIA008901>