diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 18:26:34 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 19:54:15 +0000 |
commit | 7d70a41b19bfd4884a2e1b9d02cf292d0efad651 (patch) | |
tree | 892dcbc86b11368e27286117c915f4001e80c443 | |
parent | 6838a697ba3204882e4abe096b5dfaf789cbbd06 (diff) | |
download | ports-7d70a41b19bfd4884a2e1b9d02cf292d0efad651.tar.gz ports-7d70a41b19bfd4884a2e1b9d02cf292d0efad651.zip |
textproc/rasqal: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/rasqal/Makefile | 3 | ||||
-rw-r--r-- | 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 |