Date: Thu, 22 Feb 2024 18:19:50 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: 6f741d03ba39 - main - comms/xdx: Moved man to share/man Message-ID: <202402221819.41MIJoLC002366@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=6f741d03ba39748f619ced732f0f59b1cb7c6b7d commit 6f741d03ba39748f619ced732f0f59b1cb7c6b7d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 17:41:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 18:19:24 +0000 comms/xdx: Moved man to share/man Approved by: portmgr (blanket) --- comms/xdx/Makefile | 3 ++- comms/xdx/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index d074be8d44a4..33d180374839 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdx DISTVERSION= 2.91 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/xdxclusterclient/${PORTVERSION}/ @@ -17,5 +17,6 @@ USES= gettext gmake gnome pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk> diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist index 92467124b473..f9f0e87f0fb5 100644 --- a/comms/xdx/pkg-plist +++ b/comms/xdx/pkg-plist @@ -1,5 +1,5 @@ bin/xdx -man/man1/xdx.1.gz +share/man/man1/xdx.1.gz share/applications/Xdx.desktop share/locale/de/LC_MESSAGES/xdx.mo share/locale/en@boldquot/LC_MESSAGES/xdx.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221819.41MIJoLC002366>