git: 48782bce60a5 - main - zathura*: remove useless USE_LDCONFIG

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 13:41:20 UTC
The branch main has been updated by bapt:

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

commit 48782bce60a5f04e0167eb9d83b4a33fe8d6e671
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-02-26 13:34:36 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-02-26 13:41:16 +0000

    zathura*: remove useless USE_LDCONFIG
    
    USE_LDCONFIG will mean we will add a path to the search path for the
    runtime linker, for zathura plugins are loaded via dlopen, we don't
    need to resolv anything in the plugin directory
    
    this also eliminates a userless post install script
---
 graphics/zathura-cb/Makefile          | 3 +--
 graphics/zathura-pdf-mupdf/Makefile   | 2 +-
 graphics/zathura-pdf-poppler/Makefile | 3 +--
 graphics/zathura-ps/Makefile          | 3 +--
 4 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile
index 4b75f8a85dfb..a4d359cc2b7d 100644
--- a/graphics/zathura-cb/Makefile
+++ b/graphics/zathura-cb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-cb
 DISTVERSION=	0.1.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
@@ -19,7 +19,6 @@ RUN_DEPENDS=	zathura:graphics/zathura
 USES=		compiler:c11 desktop-file-utils gnome libarchive meson ninja \
 		pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
-USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/zathura/libcb.so \
 		share/appdata/org.pwmt.zathura-cb.metainfo.xml \
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile
index 7325c302ddfb..a8e1901f9405 100644
--- a/graphics/zathura-pdf-mupdf/Makefile
+++ b/graphics/zathura-pdf-mupdf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zathura-pdf-mupdf
 DISTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt@FreeBSD.org
@@ -17,7 +18,6 @@ RUN_DEPENDS=	zathura:graphics/zathura
 
 USES=		compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig
 USE_GNOME=	cairo glib20
-USE_LDCONFIG=	${PREFIX}/lib/zathura
 USE_GITLAB=	yes
 GL_SITE=	https://git.pwmt.org/
 GL_ACCOUNT=	pwmt
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index 54e7eca96799..60f7ac68a8a2 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-pdf-poppler
 DISTVERSION=	0.3.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
@@ -18,7 +18,6 @@ RUN_DEPENDS=	zathura:graphics/zathura
 
 USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
 USE_GNOME=	cairo glib20 gtk30
-USE_LDCONFIG=	${PREFIX}/lib/zathura
 
 CONFLICTS=	zathura-pdf-mupdf
 
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index a538a98b2f43..da880ba05e12 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-ps
 DISTVERSION=	0.2.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
@@ -18,7 +18,6 @@ RUN_DEPENDS=	zathura:graphics/zathura
 
 USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
 USE_GNOME=	cairo glib20 gtk30
-USE_LDCONFIG=	${PREFIX}/lib/zathura
 
 PLIST_FILES=	lib/zathura/libps.so \
 		share/appdata/org.pwmt.zathura-ps.metainfo.xml \