Date: Mon, 26 Feb 2024 19:27:05 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: c5676bf7ddf0 - main - x11/xbanish: Moved man to share/man Message-ID: <202402261927.41QJR52L018942@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=c5676bf7ddf01490ee273c77b2f19912c8fb5546 commit c5676bf7ddf01490ee273c77b2f19912c8fb5546 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 19:19:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 19:26:38 +0000 x11/xbanish: Moved man to share/man Approved by: portmgr (blanket) --- x11/xbanish/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile index 783418743299..6d3df54ecdd5 100644 --- a/x11/xbanish/Makefile +++ b/x11/xbanish/Makefile @@ -1,6 +1,7 @@ PORTNAME= xbanish DISTVERSIONPREFIX= v DISTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= dmgk@FreeBSD.org @@ -14,9 +15,9 @@ USE_GITHUB= yes GH_ACCOUNT= jcs USE_XORG= x11 xext xfixes xi xt -MAKE_ARGS= X11BASE="${LOCALBASE}" +MAKE_ARGS= X11BASE="${LOCALBASE}" MANDIR="${PREFIX}/share/man/man1" PLIST_FILES= bin/xbanish \ - man/man1/xbanish.1.gz + share/man/man1/xbanish.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261927.41QJR52L018942>