Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2024 23:39:44 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02b6bf3d53f8 - main - x11/yad: Move man pages to share/man
Message-ID:  <202403052339.425NdisU015607@gitrepo.freebsd.org>

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

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

commit 02b6bf3d53f8128068e2df3ee7c98c09957a97f8
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-05 21:19:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-05 23:35:44 +0000

    x11/yad: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/yad/Makefile  | 2 ++
 x11/yad/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/yad/Makefile b/x11/yad/Makefile
index 23a7c552d019..15f5584bebc1 100644
--- a/x11/yad/Makefile
+++ b/x11/yad/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yad
 PORTVERSION=	13.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	x11 gnome
@@ -18,6 +19,7 @@ USES=		autoreconf gettext gnome gmake pkgconfig
 
 USE_GNOME=	cairo gtk30 intltool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV+=	DATADIRNAME=share
 CONFIGURE_ARGS+=	--with-rgb=${LOCALBASE}/lib/X11/rgb.txt
 GLIB_SCHEMAS=	yad.gschema.xml
diff --git a/x11/yad/pkg-plist b/x11/yad/pkg-plist
index 75eca43b11f4..e75c70cc3105 100644
--- a/x11/yad/pkg-plist
+++ b/x11/yad/pkg-plist
@@ -1,9 +1,7 @@
 bin/yad
 bin/yad-settings
 %%TOOLS%%bin/yad-tools
-%%TOOLS%%man/man1/yad-tools.1.gz
 %%ICONBROWSER%%bin/yad-icon-browser
-man/man1/yad.1.gz
 share/applications/yad-settings.desktop
 share/aclocal/yad.m4
 %%ICONBROWSER%%share/applications/yad-icon-browser.desktop
@@ -22,3 +20,5 @@ share/icons/hicolor/96x96/apps/yad.png
 %%NLS%%share/locale/sk/LC_MESSAGES/yad.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/yad.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/yad.mo
+%%TOOLS%%share/man/man1/yad-tools.1.gz
+share/man/man1/yad.1.gz



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