git: 1789267f4df4 - main - graphics/xsvg: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 11:20:36 UTC
The branch main has been updated by bofh:

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

commit 1789267f4df416c2d338f5cf356e492090d7d8d6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 10:44:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 11:18:57 +0000

    graphics/xsvg: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/xsvg/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile
index 5c6c4804965c..152d5a7324d0 100644
--- a/graphics/xsvg/Makefile
+++ b/graphics/xsvg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xsvg
 PORTVERSION=	0.2.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
@@ -12,9 +12,10 @@ LIB_DEPENDS=	libsvg-cairo.so:graphics/libsvg-cairo
 
 USES=		pkgconfig xorg
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lXrender -lm
 USE_XORG=	x11 xrender
 
-PLIST_FILES=	bin/xsvg man/man1/xsvg.1.gz
+PLIST_FILES=	bin/xsvg share/man/man1/xsvg.1.gz
 
 .include <bsd.port.mk>