Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2024 14:51:37 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: 436a9ac25fd8 - main - devel/cutter: Move man pages to share/man
Message-ID:  <202403051451.425EpbKG037702@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=436a9ac25fd80b6a173a6d2bef6f28167eb32efc

commit 436a9ac25fd80b6a173a6d2bef6f28167eb32efc
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-05 14:21:51 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-05 14:51:14 +0000

    devel/cutter: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/cutter/Makefile  | 3 ++-
 devel/cutter/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile
index cea7cc93fd0d..5de58e5b1973 100644
--- a/devel/cutter/Makefile
+++ b/devel/cutter/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cutter
 PORTVERSION=	1.2.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc \
 		--disable-gstreamer
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gettext gnome gmake libtool localbase pathfix pkgconfig
 USE_GNOME=	intlhack gdkpixbuf2 glib20 gtk20
 USE_LDCONFIG=	yes
diff --git a/devel/cutter/pkg-plist b/devel/cutter/pkg-plist
index 77857e5c6a65..4bddc31f7ddf 100644
--- a/devel/cutter/pkg-plist
+++ b/devel/cutter/pkg-plist
@@ -130,10 +130,10 @@ libdata/pkgconfig/gcutter.pc
 libdata/pkgconfig/gdkcutter-pixbuf.pc
 libdata/pkgconfig/libcutter.pc
 %%SOUP%%libdata/pkgconfig/soupcutter.pc
-man/ja/man1/cut-diff.1.gz
-man/ja/man1/cutter.1.gz
-man/man1/cut-diff.1.gz
-man/man1/cutter.1.gz
+share/man/ja/man1/cut-diff.1.gz
+share/man/ja/man1/cutter.1.gz
+share/man/man1/cut-diff.1.gz
+share/man/man1/cutter.1.gz
 share/aclocal/cutter.m4
 %%DATADIR%%/icons/kinotan/default.png
 %%DATADIR%%/icons/kinotan/failure.png



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