Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 18:08:51 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ce6ea8300bb - main - x11-wm/openbox: Move man pages to share/man
Message-ID:  <202403231808.42NI8p6F027307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ce6ea8300bb6d3613e55f5ea09e3d2b00f1c6f4

commit 6ce6ea8300bb6d3613e55f5ea09e3d2b00f1c6f4
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 17:51:02 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 18:08:33 +0000

    x11-wm/openbox: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-wm/openbox/Makefile  |  3 ++-
 x11-wm/openbox/pkg-plist | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 8229d0f9d095..67fa4b81d80d 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openbox
 PORTVERSION=	3.6
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gmake gnome libtool pathfix python:run pkgconfig shebangfix xorg
 USE_GNOME=	cairo glib20 libxml2 pango
 USE_XORG=	ice sm x11 xcursor xext xft xinerama xrandr \
diff --git a/x11-wm/openbox/pkg-plist b/x11-wm/openbox/pkg-plist
index 84e90968de7c..1b554a375984 100644
--- a/x11-wm/openbox/pkg-plist
+++ b/x11-wm/openbox/pkg-plist
@@ -41,15 +41,15 @@ libdata/pkgconfig/obrender-3.5.pc
 libdata/pkgconfig/obt-3.5.pc
 libexec/openbox-autostart
 libexec/openbox-xdg-autostart
-man/man1/obxprop.1.gz
-man/man1/openbox-gnome-session.1.gz
-man/man1/openbox-kde-session.1.gz
-man/man1/openbox-session.1.gz
-man/man1/openbox.1.gz
 share/applications/openbox.desktop
 share/gnome-session/sessions/openbox-gnome-fallback.session
 share/gnome-session/sessions/openbox-gnome.session
 share/gnome/wm-properties/openbox.desktop
+share/man/man1/obxprop.1.gz
+share/man/man1/openbox-gnome-session.1.gz
+share/man/man1/openbox-kde-session.1.gz
+share/man/man1/openbox-session.1.gz
+share/man/man1/openbox.1.gz
 share/pixmaps/openbox.png
 share/themes/Artwiz-boxed/openbox-3/themerc
 share/themes/Bear2/openbox-3/close.xbm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231808.42NI8p6F027307>