diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 12:14:43 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 13:39:30 +0000 |
commit | 009bd03c0062efa4ec16b8875b993b8354ba0da0 (patch) | |
tree | 7a7227f42e536951e2c53c645564500c67bb64dc /textproc/raptor2 | |
parent | f548e9dd74d2e24605eb312f93c261c5b4b05a35 (diff) |
textproc/raptor2: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 3 | ||||
-rw-r--r-- | 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 |