Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 19:54:36 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: 7d70a41b19bf - main - textproc/rasqal: Moved man to share/man
Message-ID:  <202401291954.40TJsaHt042842@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=7d70a41b19bfd4884a2e1b9d02cf292d0efad651

commit 7d70a41b19bfd4884a2e1b9d02cf292d0efad651
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 18:26:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 19:54:15 +0000

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

diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index a7e999b4cfe8..a6c327fffe9d 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rasqal
 PORTVERSION=	0.9.33
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.librdf.org/source/ \
 		SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libraptor2.so:textproc/raptor2 \
 USES=		gmake libtool pathfix perl5 pkgconfig ssl
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 
 OPTIONS_RADIO=	DEC
diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist
index e169707ba512..7d623f178558 100644
--- a/textproc/rasqal/pkg-plist
+++ b/textproc/rasqal/pkg-plist
@@ -6,9 +6,9 @@ lib/librasqal.so
 lib/librasqal.so.3
 lib/librasqal.so.3.0.0
 libdata/pkgconfig/rasqal.pc
-man/man1/rasqal-config.1.gz
-man/man1/roqet.1.gz
-man/man3/librasqal.3.gz
+share/man/man1/rasqal-config.1.gz
+share/man/man1/roqet.1.gz
+share/man/man3/librasqal.3.gz
 share/gtk-doc/html/rasqal/home.png
 share/gtk-doc/html/rasqal/index.html
 share/gtk-doc/html/rasqal/index.sgml



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