Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:20:06 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: a0ed1ef512c6 - main - security/libcryptui: Moved man to share/man
Message-ID:  <202402251320.41PDK6Pd045499@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=a0ed1ef512c6fc220a23335903e18056c9b7509f

commit a0ed1ef512c6fc220a23335903e18056c9b7509f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 13:06:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:19:45 +0000

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

diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile
index 9eb0614dc891..98a75479363a 100644
--- a/security/libcryptui/Makefile
+++ b/security/libcryptui/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libcryptui
 PORTVERSION=	3.12.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -22,6 +22,7 @@ USE_GNOME=	intlhack gnomeprefix gtk30 introspection:build
 USE_XORG=	sm ice
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
diff --git a/security/libcryptui/pkg-plist b/security/libcryptui/pkg-plist
index 5daf8953ebf0..b43745d9b329 100644
--- a/security/libcryptui/pkg-plist
+++ b/security/libcryptui/pkg-plist
@@ -11,7 +11,7 @@ lib/libcryptui.so
 lib/libcryptui.so.0
 lib/libcryptui.so.0.0.0
 libdata/pkgconfig/cryptui-0.0.pc
-man/man1/seahorse-daemon.1.gz
+share/man/man1/seahorse-daemon.1.gz
 share/GConf/gsettings/org.gnome.seahorse.recipients.convert
 share/cryptui/ui/seahorse-notify.xml
 share/cryptui/ui/seahorse-pgp-generate.xml



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