Date: Mon, 26 Feb 2024 18:40:43 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: afd96366a855 - main - x11-wm/jwm: Moved man to share/man Message-ID: <202402261840.41QIehmR043257@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=afd96366a8555528ca6ab25b5d7691f7bfc8b6ce commit afd96366a8555528ca6ab25b5d7691f7bfc8b6ce Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:54:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:23 +0000 x11-wm/jwm: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/jwm/Makefile | 3 ++- x11-wm/jwm/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 090f0c6cb8ea..949dfd08f90d 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwm PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/joewing/jwm/releases/download/v${PORTVERSION}/ @@ -20,6 +20,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= iconv localbase pkgconfig tar:xz xorg USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= CAIRO DEBUG FRIBIDI JPEG NLS PNG SVG XEXT XFT \ XINERAMA XMU XPM XRENDER diff --git a/x11-wm/jwm/pkg-plist b/x11-wm/jwm/pkg-plist index 33f9c2290aab..17bf067444bd 100644 --- a/x11-wm/jwm/pkg-plist +++ b/x11-wm/jwm/pkg-plist @@ -1,6 +1,6 @@ bin/jwm @sample etc/system.jwmrc.sample -man/man1/jwm.1.gz +share/man/man1/jwm.1.gz %%DATADIR%%/jwm-blue.svg %%DATADIR%%/jwm-gray.svg %%DATADIR%%/jwm-orange.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261840.41QIehmR043257>