Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 14:40:40 GMT
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa7eef8a0aea - main - editors/yudit: move manpages to share/man
Message-ID:  <202403061440.426EeeqW048572@gitrepo.freebsd.org>

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

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

commit aa7eef8a0aeaa95e6fcd51b5af0dd4baea55ab72
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2024-03-05 12:39:23 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2024-03-06 14:40:25 +0000

    editors/yudit: move manpages to share/man
    
    - Move USES to the correct section
    - Bump PORTREVISION
---
 editors/yudit/Makefile  | 5 ++++-
 editors/yudit/pkg-plist | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index 3f0fae4a2bb9..dca72a6cc6b0 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yudit
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	editors converters print
 MASTER_SITES=	http://yudit.org/download/ \
 		SUNSITE/apps/editors/X
@@ -11,11 +12,13 @@ WWW=		https://www.yudit.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.TXT
 
+USES=		gmake xorg
+
 CONFLICTS=	netatalk
 
-USES=		gmake xorg
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 MAKE_JOBS_UNSAFE=	yes
 
 PORTDATA=	*
diff --git a/editors/yudit/pkg-plist b/editors/yudit/pkg-plist
index 0c98006ee543..fa47ac45525d 100644
--- a/editors/yudit/pkg-plist
+++ b/editors/yudit/pkg-plist
@@ -2,10 +2,10 @@ bin/mytool
 bin/uniconv
 bin/uniprint
 bin/yudit
-man/man1/mytool.1.gz
-man/man1/uniconv.1.gz
-man/man1/uniprint.1.gz
-man/man1/yudit.1.gz
+share/man/man1/mytool.1.gz
+share/man/man1/uniconv.1.gz
+share/man/man1/uniprint.1.gz
+share/man/man1/yudit.1.gz
 share/locale/am/LC_MESSAGES/yudit.mo
 share/locale/ar/LC_MESSAGES/yudit.mo
 share/locale/az/LC_MESSAGES/yudit.mo



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