Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 15:57:02 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: c011895baade - main - textproc/source-highlight: Moved man to share/man
Message-ID:  <202401261557.40QFv2ko060827@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=c011895baade527355d772e3aa76c30c3abcd6ab

commit c011895baade527355d772e3aa76c30c3abcd6ab
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-26 15:36:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-26 15:56:34 +0000

    textproc/source-highlight: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/source-highlight/Makefile  | 3 ++-
 textproc/source-highlight/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index 43670ebe70a1..66ee84635830 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	source-highlight
 DISTVERSION=	3.1.9
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
 MASTER_SITES=	GNU/src-highlite
 
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 USES=		compiler:c++11-lang gmake pathfix libtool localbase
 USE_CXXSTD=	gnu++11
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-bash-completion
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/textproc/source-highlight/pkg-plist b/textproc/source-highlight/pkg-plist
index d3072270aa61..5a22a079d5eb 100644
--- a/textproc/source-highlight/pkg-plist
+++ b/textproc/source-highlight/pkg-plist
@@ -98,9 +98,9 @@ lib/libsource-highlight.so
 lib/libsource-highlight.so.4
 lib/libsource-highlight.so.4.0.1
 libdata/pkgconfig/source-highlight.pc
-man/man1/check-regexp.1.gz
-man/man1/source-highlight-settings.1.gz
-man/man1/source-highlight.1.gz
+share/man/man1/check-regexp.1.gz
+share/man/man1/source-highlight-settings.1.gz
+share/man/man1/source-highlight.1.gz
 %%DATADIR%%/Hello.css
 %%DATADIR%%/Hello2.css
 %%DATADIR%%/ada.lang



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