Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 14:09:03 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87719c02283c - main - mail/claws-mail: Moved man to share/man
Message-ID:  <202401291409.40TE93UV052523@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=87719c02283cfc528aa8a3f9ed63241cf4b833a5

commit 87719c02283cfc528aa8a3f9ed63241cf4b833a5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 13:50:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 14:08:35 +0000

    mail/claws-mail: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 mail/claws-mail/Makefile       | 2 +-
 mail/claws-mail/Makefile.claws | 2 +-
 mail/claws-mail/pkg-plist      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 35b29aedfbf4..f1ad2a86c0fa 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	claws-mail
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news
 
 COMMENT=	Lightweight and featureful GTK based e-mail and news client
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws
index dc05c10dedf5..bc7b5cffa190 100644
--- a/mail/claws-mail/Makefile.claws
+++ b/mail/claws-mail/Makefile.claws
@@ -7,7 +7,7 @@ LICENSE=	GPLv3
 
 USES+=		autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz
 GNU_CONFIGURE=	yes
-
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
 
 .include "${.CURDIR}/../claws-mail/Makefile.ver"
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist
index a32b2168b30e..576a73e557d3 100644
--- a/mail/claws-mail/pkg-plist
+++ b/mail/claws-mail/pkg-plist
@@ -234,7 +234,7 @@ lib/claws-mail/plugins/pgpinline.deps
 lib/claws-mail/plugins/pgpmime.deps
 lib/claws-mail/plugins/smime.deps
 libdata/pkgconfig/claws-mail.pc
-man/man1/claws-mail.1.gz
+share/man/man1/claws-mail.1.gz
 share/applications/claws-mail.desktop
 %%DATADIR%%/acroread2claws-mail.pl
 %%DATADIR%%/calypso_convert.pl



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