git: 009bd03c0062 - main - textproc/raptor2: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 13:39:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=009bd03c0062efa4ec16b8875b993b8354ba0da0 commit 009bd03c0062efa4ec16b8875b993b8354ba0da0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 12:14:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 13:39:30 +0000 textproc/raptor2: Moved man to share/man Approved by: portmgr (blanket) --- textproc/raptor2/Makefile | 3 ++- textproc/raptor2/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index fd31a7382ce0..2f07a42000d1 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -1,6 +1,6 @@ PORTNAME= raptor2 DISTVERSION= 2.0.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://download.librdf.org/source/ @@ -27,6 +27,7 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index ad36d656b387..660fb3fe421c 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -7,8 +7,8 @@ lib/libraptor2.so lib/libraptor2.so.0 lib/libraptor2.so.0.0.0 libdata/pkgconfig/raptor2.pc -man/man1/rapper.1.gz -man/man3/libraptor2.3.gz +share/man/man1/rapper.1.gz +share/man/man3/libraptor2.3.gz share/gtk-doc/html/raptor2/home.png share/gtk-doc/html/raptor2/index.html share/gtk-doc/html/raptor2/introduction.html