Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 00:30:56 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: 78da719cadc6 - main - x11/libXfixes: Moved man to share/man
Message-ID:  <202401270030.40R0Uuup028670@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=78da719cadc6f20a7b02bed8663dbd17a4a2ac06

commit 78da719cadc6f20a7b02bed8663dbd17a4a2ac06
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-26 19:57:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 00:30:40 +0000

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

diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index 73d56e4bb046..002306f050cd 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libXfixes
 DISTVERSION=	6.0.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,6 +14,8 @@ USE_XORG=	x11 xorgproto
 CPE_PRODUCT=	libxfixes
 CPE_VENDOR=	x
 
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>
diff --git a/x11/libXfixes/pkg-plist b/x11/libXfixes/pkg-plist
index a7a44ecac185..2f9864416af0 100644
--- a/x11/libXfixes/pkg-plist
+++ b/x11/libXfixes/pkg-plist
@@ -4,4 +4,4 @@ lib/libXfixes.so
 lib/libXfixes.so.3
 lib/libXfixes.so.3.1.0
 libdata/pkgconfig/xfixes.pc
-man/man3/Xfixes.3.gz
+share/man/man3/Xfixes.3.gz



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