Date: Mon, 29 Jan 2024 22:26:19 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: dc106b461410 - main - textproc/redland: Moved man to share/man Message-ID: <202401292226.40TMQJXA095792@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=dc106b461410a6013e468900840b63be84399c00 commit dc106b461410a6013e468900840b63be84399c00 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 21:19:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 22:25:55 +0000 textproc/redland: Moved man to share/man Approved by: portmgr (blanket) --- textproc/redland/Makefile | 3 ++- textproc/redland/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index f621720fbaaa..198e442ce03c 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,6 +1,6 @@ PORTNAME= redland PORTVERSION= 1.0.17 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -22,6 +22,7 @@ USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-threestore=no \ --with-virtuoso=no diff --git a/textproc/redland/pkg-plist b/textproc/redland/pkg-plist index 587fb3a0f663..a0543253e13b 100644 --- a/textproc/redland/pkg-plist +++ b/textproc/redland/pkg-plist @@ -33,10 +33,10 @@ lib/librdf.so.0.0.0 %%SQLITE%%lib/redland/librdf_storage_sqlite.a %%SQLITE%%lib/redland/librdf_storage_sqlite.so libdata/pkgconfig/redland.pc -man/man1/rdfproc.1.gz -man/man1/redland-config.1.gz -man/man1/redland-db-upgrade.1.gz -man/man3/redland.3.gz +share/man/man1/rdfproc.1.gz +share/man/man1/redland-config.1.gz +share/man/man1/redland-db-upgrade.1.gz +share/man/man3/redland.3.gz share/gtk-doc/html/redland/home.png share/gtk-doc/html/redland/index.html share/gtk-doc/html/redland/index.sgml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401292226.40TMQJXA095792>