Date: Mon, 26 Feb 2024 18:40:45 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: 15b43b5a5b53 - main - x11-wm/oroborus: Moved man to share/man Message-ID: <202402261840.41QIejvC043351@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=15b43b5a5b53c6f40af0a487a1c43f5c793b61de commit 15b43b5a5b53c6f40af0a487a1c43f5c793b61de Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:56:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:24 +0000 x11-wm/oroborus: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/oroborus/Makefile | 2 ++ x11-wm/oroborus/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index 37cd59355f3e..c005d2c11e69 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -1,5 +1,6 @@ PORTNAME= oroborus PORTVERSION= 2.0.20 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= DEBIAN/pool/main/o/${PORTNAME} GENTOO DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg USE_XORG= xpm x11 xext sm ice GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/x11-wm/oroborus/pkg-plist b/x11-wm/oroborus/pkg-plist index 4cf950527915..0573ab8aec28 100644 --- a/x11-wm/oroborus/pkg-plist +++ b/x11-wm/oroborus/pkg-plist @@ -669,5 +669,5 @@ bin/oroborus %%DATADIR%%/themes/windows/top-left-inactive.xpm %%DATADIR%%/themes/windows/top-right-active.xpm %%DATADIR%%/themes/windows/top-right-inactive.xpm -man/man1/oroborus.1.gz -man/man5/oroborusrc.5.gz +share/man/man1/oroborus.1.gz +share/man/man5/oroborusrc.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261840.41QIejvC043351>