Date: Mon, 29 Jan 2024 19:54: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: 743effda54e6 - main - x11-wm/marco: Moved man to share/man Message-ID: <202401291954.40TJsjaI043219@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=743effda54e61f53cb89549259ca8fe6f50d05f7 commit 743effda54e61f53cb89549259ca8fe6f50d05f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 18:57:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 19:54:20 +0000 x11-wm/marco: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/marco/Makefile | 3 ++- x11-wm/marco/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 01b8aa2cbbd7..995892ac43f1 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -1,6 +1,6 @@ PORTNAME= marco PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -29,6 +29,7 @@ USE_XORG= ice sm x11 xcomposite xcursor xdamage xext xfixes \ USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.marco.gschema.xml diff --git a/x11-wm/marco/pkg-plist b/x11-wm/marco/pkg-plist index 30a5ca61ec91..83c63b8b6977 100644 --- a/x11-wm/marco/pkg-plist +++ b/x11-wm/marco/pkg-plist @@ -14,10 +14,10 @@ lib/libmarco-private.so lib/libmarco-private.so.2 lib/libmarco-private.so.2.0.0 libdata/pkgconfig/libmarco-private.pc -man/man1/marco-message.1.gz -man/man1/marco-theme-viewer.1.gz -man/man1/marco-window-demo.1.gz -man/man1/marco.1.gz +share/man/man1/marco-message.1.gz +share/man/man1/marco-theme-viewer.1.gz +share/man/man1/marco-window-demo.1.gz +share/man/man1/marco.1.gz share/applications/marco.desktop share/help/C/creating-marco-themes/index.docbook share/locale/af/LC_MESSAGES/marco.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291954.40TJsjaI043219>