Date: Mon, 26 Feb 2024 19:27:07 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: 97101ffbc7d1 - main - x11/xcape: Moved man to share/man Message-ID: <202402261927.41QJR7m8019042@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=97101ffbc7d14c68e38842925fb2c0ad69858c95 commit 97101ffbc7d14c68e38842925fb2c0ad69858c95 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 19:21:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 19:26:40 +0000 x11/xcape: Moved man to share/man Approved by: portmgr (blanket) --- x11/xcape/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/xcape/Makefile b/x11/xcape/Makefile index 0208d5190c63..9b50861971a4 100644 --- a/x11/xcape/Makefile +++ b/x11/xcape/Makefile @@ -1,6 +1,7 @@ PORTNAME= xcape DISTVERSIONPREFIX= v DISTVERSION= 1.2-9 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g6ded5b4 CATEGORIES= x11 @@ -17,9 +18,9 @@ GH_ACCOUNT= alols USES= pkgconfig xorg USE_XORG= x11 xtst -MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/man/man1 +MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/share/man/man1 -PLIST_FILES= bin/xcape man/man1/xcape.1.gz +PLIST_FILES= bin/xcape share/man/man1/xcape.1.gz post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261927.41QJR7m8019042>