Date: Wed, 31 Jan 2024 13:00:00 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: f05210213fe5 - main - x11-wm/metacity: Moved man to share/man Message-ID: <202401311300.40VD00h8092230@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=f05210213fe581e2ea16c9136c77bc9a7cd6c245 commit f05210213fe581e2ea16c9136c77bc9a7cd6c245 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-31 12:39:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-31 12:59:10 +0000 x11-wm/metacity: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/metacity/Makefile | 3 ++- x11-wm/metacity/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 5a604cdd7529..ff814b16bbee 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -1,6 +1,6 @@ PORTNAME= metacity PORTVERSION= 3.44.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -24,6 +24,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome libtool localbase pathfix \ pkgconfig tar:xz xorg GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_XORG= x11 xcomposite xcursor xdamage xext xinerama xpresent xrandr \ xrender xres USE_GNOME= gnomeprefix gtk30 intlhack libxml2:build diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index 17df897846e3..1c9460d80548 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -10,9 +10,9 @@ lib/libmetacity.so lib/libmetacity.so.3 lib/libmetacity.so.%%GTK3_VERSION%% libdata/pkgconfig/libmetacity.pc -man/man1/metacity-message.1.gz -man/man1/metacity-theme-viewer.1.gz -man/man1/metacity.1.gz +share/man/man1/metacity-message.1.gz +share/man/man1/metacity-theme-viewer.1.gz +share/man/man1/metacity.1.gz share/applications/metacity.desktop share/gnome-control-center/keybindings/50-metacity-navigation.xml share/gnome-control-center/keybindings/50-metacity-system.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401311300.40VD00h8092230>