Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 19:51:44 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: 0154dabf1640 - main - print/lyx: Move man pages to share/man
Message-ID:  <202403201951.42KJpiIN074285@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=0154dabf16405ce715b895bf83b9474f05b52691

commit 0154dabf16405ce715b895bf83b9474f05b52691
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 19:47:56 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 19:51:26 +0000

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

diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 5cda59f95a21..d94e20e00131 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lyx
 PORTVERSION=	${MAJOR_VERSION}.${MINOR_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print editors
 MASTER_SITES=	ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
 		http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
@@ -25,6 +26,7 @@ USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \
 USE_QT=		core concurrent gui svg widgets x11extras buildtools:build qmake:build
 USE_XORG=	xcb
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--without-included-boost \
 		--without-included-mythes \
 		--enable-qt5 \
diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist
index 9143666dbff1..373c6b23697a 100644
--- a/print/lyx/pkg-plist
+++ b/print/lyx/pkg-plist
@@ -1,9 +1,9 @@
 bin/lyx
 bin/lyxclient
 bin/tex2lyx
-man/man1/lyx.1.gz
-man/man1/lyxclient.1.gz
-man/man1/tex2lyx.1.gz
+share/man/man1/lyx.1.gz
+share/man/man1/lyxclient.1.gz
+share/man/man1/tex2lyx.1.gz
 %%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/lyx.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo



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