Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 18:33:37 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: a920b5f0323d - main - x11/libexo: Moved man to share/man
Message-ID:  <202401281833.40SIXb5e078942@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=a920b5f0323d74c2c6339d06508bf3562d03eaae

commit a920b5f0323d74c2c6339d06508bf3562d03eaae
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 18:01:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 18:33:11 +0000

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

diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 90fcb14b3b1d..c3fdaf3b9feb 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libexo
 PORTVERSION=	4.18.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE
 DISTNAME=	exo-${DISTVERSIONFULL}
@@ -28,6 +28,7 @@ USE_XORG=	ice sm x11
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--without-html-dir --disable-silent-rules
 
diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist
index f176ac2e70b2..75bb92b903f3 100644
--- a/x11/libexo/pkg-plist
+++ b/x11/libexo/pkg-plist
@@ -23,7 +23,7 @@ lib/libexo-2.so
 lib/libexo-2.so.0
 lib/libexo-2.so.0.1.0
 libdata/pkgconfig/exo-2.pc
-man/man1/exo-open.1.gz
+share/man/man1/exo-open.1.gz
 %%NLS%%share/locale/am/LC_MESSAGES/exo.mo
 %%NLS%%share/locale/ar/LC_MESSAGES/exo.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/exo.mo



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