aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2024-02-29 13:56:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2024-02-29 13:56:47 +0000
commit771f3b8334db90f87823ee456d3fe7e9af948011 (patch)
tree229712925284d06ef41c4beb94d03fce4cfdc4ce
parent7332ba6f30b9c178826daf5fa235bb5136517493 (diff)
downloadports-771f3b8334db90f87823ee456d3fe7e9af948011.tar.gz
ports-771f3b8334db90f87823ee456d3fe7e9af948011.zip
libyal: move man pages to share
Tested by: bofh
-rw-r--r--devel/libbde/Makefile1
-rw-r--r--devel/libbde/pkg-plist6
-rw-r--r--devel/libesedb/Makefile1
-rw-r--r--devel/libesedb/pkg-plist4
-rw-r--r--devel/libevt/Makefile1
-rw-r--r--devel/libevt/pkg-plist6
-rw-r--r--devel/libevtx/Makefile1
-rw-r--r--devel/libevtx/pkg-plist6
-rw-r--r--devel/libewf/Makefile1
-rw-r--r--devel/libewf/pkg-plist16
-rw-r--r--devel/libfsapfs/Makefile1
-rw-r--r--devel/libfsapfs/pkg-plist6
-rw-r--r--devel/libfsext/Makefile1
-rw-r--r--devel/libfsext/pkg-plist6
-rw-r--r--devel/libfsfat/Makefile1
-rw-r--r--devel/libfsfat/pkg-plist6
-rw-r--r--devel/libfshfs/Makefile1
-rw-r--r--devel/libfshfs/pkg-plist6
-rw-r--r--devel/libfsntfs/Makefile1
-rw-r--r--devel/libfsntfs/pkg-plist4
-rw-r--r--devel/libfsxfs/Makefile1
-rw-r--r--devel/libfsxfs/pkg-plist6
-rw-r--r--devel/libfwsi/Makefile1
-rw-r--r--devel/libfwsi/pkg-plist2
-rw-r--r--devel/liblnk/Makefile1
-rw-r--r--devel/liblnk/pkg-plist4
-rw-r--r--devel/libluksde/Makefile1
-rw-r--r--devel/libluksde/pkg-plist6
-rw-r--r--devel/libmodi/Makefile1
-rw-r--r--devel/libmodi/pkg-plist4
-rw-r--r--devel/libmsiecf/Makefile1
-rw-r--r--devel/libmsiecf/pkg-plist6
-rw-r--r--devel/libolecf/Makefile1
-rw-r--r--devel/libolecf/pkg-plist6
-rw-r--r--devel/libpff/Makefile1
-rw-r--r--devel/libpff/pkg-plist6
-rw-r--r--devel/libphdi/Makefile1
-rw-r--r--devel/libphdi/pkg-plist4
-rw-r--r--devel/libqcow/Makefile1
-rw-r--r--devel/libqcow/pkg-plist4
-rw-r--r--devel/libregf/Makefile1
-rw-r--r--devel/libregf/pkg-plist4
-rw-r--r--devel/libscca/Makefile1
-rw-r--r--devel/libscca/pkg-plist4
-rw-r--r--devel/libsigscan/Makefile1
-rw-r--r--devel/libsigscan/pkg-plist4
-rw-r--r--devel/libvhdi/Makefile1
-rw-r--r--devel/libvhdi/pkg-plist4
-rw-r--r--devel/libvmdk/Makefile1
-rw-r--r--devel/libvmdk/pkg-plist4
-rw-r--r--devel/libvsapm/Makefile1
-rw-r--r--devel/libvsapm/pkg-plist4
-rw-r--r--devel/libvsgpt/Makefile1
-rw-r--r--devel/libvsgpt/pkg-plist4
-rw-r--r--devel/libvshadow/Makefile1
-rw-r--r--devel/libvshadow/pkg-plist6
-rw-r--r--devel/libvslvm/Makefile1
-rw-r--r--devel/libvslvm/pkg-plist4
-rw-r--r--sysutils/libfvde/Makefile1
-rw-r--r--sysutils/libfvde/pkg-plist6
60 files changed, 109 insertions, 79 deletions
diff --git a/devel/libbde/Makefile b/devel/libbde/Makefile
index 640cae297867..fd5d266e24cb 100644
--- a/devel/libbde/Makefile
+++ b/devel/libbde/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libbde/pkg-plist b/devel/libbde/pkg-plist
index c9ddd17ee991..d9f871ed4a9a 100644
--- a/devel/libbde/pkg-plist
+++ b/devel/libbde/pkg-plist
@@ -14,6 +14,6 @@ lib/libbde.so.1.0.0
%%PYTHON_SITELIBDIR%%/pybde.a
%%PYTHON_SITELIBDIR%%/pybde.so
libdata/pkgconfig/libbde.pc
-man/man1/bdeinfo.1.gz
-man/man1/bdemount.1.gz
-man/man3/libbde.3.gz
+share/man/man1/bdeinfo.1.gz
+share/man/man1/bdemount.1.gz
+share/man/man3/libbde.3.gz
diff --git a/devel/libesedb/Makefile b/devel/libesedb/Makefile
index cd4fbed59a3b..2b69a566f553 100644
--- a/devel/libesedb/Makefile
+++ b/devel/libesedb/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= cpe libtool pathfix python
diff --git a/devel/libesedb/pkg-plist b/devel/libesedb/pkg-plist
index 4ba71c15e486..c0d7e786a73c 100644
--- a/devel/libesedb/pkg-plist
+++ b/devel/libesedb/pkg-plist
@@ -14,5 +14,5 @@ lib/libesedb.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyesedb.a
%%PYTHON_SITELIBDIR%%/pyesedb.so
libdata/pkgconfig/libesedb.pc
-man/man1/esedbinfo.1.gz
-man/man3/libesedb.3.gz
+share/man/man1/esedbinfo.1.gz
+share/man/man3/libesedb.3.gz
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile
index 3fc88a0ca236..13c77a361ed4 100644
--- a/devel/libevt/Makefile
+++ b/devel/libevt/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS= libfwnt.so:devel/libfwnt \
libregf.so:devel/libregf
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python \
--with-libfwnt=${LOCALBASE} --with-libregf=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
diff --git a/devel/libevt/pkg-plist b/devel/libevt/pkg-plist
index 77c8590c493e..7b04fb0de38c 100644
--- a/devel/libevt/pkg-plist
+++ b/devel/libevt/pkg-plist
@@ -14,6 +14,6 @@ lib/libevt.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyevt.a
%%PYTHON_SITELIBDIR%%/pyevt.so
libdata/pkgconfig/libevt.pc
-man/man1/evtexport.1.gz
-man/man1/evtinfo.1.gz
-man/man3/libevt.3.gz
+share/man/man1/evtexport.1.gz
+share/man/man1/evtinfo.1.gz
+share/man/man3/libevt.3.gz
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile
index 3b3a8e475542..42ff25be8984 100644
--- a/devel/libevtx/Makefile
+++ b/devel/libevtx/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS= libfwnt.so:devel/libfwnt \
libregf.so:devel/libregf
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python \
--with-libfwnt=${LOCALBASE} --with-libregf=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
diff --git a/devel/libevtx/pkg-plist b/devel/libevtx/pkg-plist
index a453e6ae7198..3a9ce41590c6 100644
--- a/devel/libevtx/pkg-plist
+++ b/devel/libevtx/pkg-plist
@@ -14,6 +14,6 @@ lib/libevtx.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyevtx.a
%%PYTHON_SITELIBDIR%%/pyevtx.so
libdata/pkgconfig/libevtx.pc
-man/man1/evtxexport.1.gz
-man/man1/evtxinfo.1.gz
-man/man3/libevtx.3.gz
+share/man/man1/evtxexport.1.gz
+share/man/man1/evtxinfo.1.gz
+share/man/man3/libevtx.3.gz
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile
index 7a1bc909691c..edbfa540c5d3 100644
--- a/devel/libewf/Makefile
+++ b/devel/libewf/Makefile
@@ -19,6 +19,7 @@ USES= fuse libtool pathfix pkgconfig python
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libsmdev=${LOCALBASE} \
--with-libsmraw=${LOCALBASE} \
--with-libuuid=${LOCALBASE} --with-openssl=no
diff --git a/devel/libewf/pkg-plist b/devel/libewf/pkg-plist
index 7d6711a8a914..d72e9e85e434 100644
--- a/devel/libewf/pkg-plist
+++ b/devel/libewf/pkg-plist
@@ -20,11 +20,11 @@ lib/libewf.so.2.0.0
%%PYTHON_SITELIBDIR%%/pyewf.a
%%PYTHON_SITELIBDIR%%/pyewf.so
libdata/pkgconfig/libewf.pc
-man/man1/ewfacquire.1.gz
-man/man1/ewfacquirestream.1.gz
-man/man1/ewfexport.1.gz
-man/man1/ewfinfo.1.gz
-man/man1/ewfmount.1.gz
-man/man1/ewfrecover.1.gz
-man/man1/ewfverify.1.gz
-man/man3/libewf.3.gz
+share/man/man1/ewfacquire.1.gz
+share/man/man1/ewfacquirestream.1.gz
+share/man/man1/ewfexport.1.gz
+share/man/man1/ewfinfo.1.gz
+share/man/man1/ewfmount.1.gz
+share/man/man1/ewfrecover.1.gz
+share/man/man1/ewfverify.1.gz
+share/man/man3/libewf.3.gz
diff --git a/devel/libfsapfs/Makefile b/devel/libfsapfs/Makefile
index fb1ecf057058..4b9c7e8b80d3 100644
--- a/devel/libfsapfs/Makefile
+++ b/devel/libfsapfs/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libfsapfs/pkg-plist b/devel/libfsapfs/pkg-plist
index 97f70e027eb7..939747d660de 100644
--- a/devel/libfsapfs/pkg-plist
+++ b/devel/libfsapfs/pkg-plist
@@ -14,6 +14,6 @@ lib/libfsapfs.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsapfs.a
%%PYTHON_SITELIBDIR%%/pyfsapfs.so
libdata/pkgconfig/libfsapfs.pc
-man/man1/fsapfsinfo.1.gz
-man/man1/fsapfsmount.1.gz
-man/man3/libfsapfs.3.gz
+share/man/man1/fsapfsinfo.1.gz
+share/man/man1/fsapfsmount.1.gz
+share/man/man3/libfsapfs.3.gz
diff --git a/devel/libfsext/Makefile b/devel/libfsext/Makefile
index ebc30426e849..c35d4e101549 100644
--- a/devel/libfsext/Makefile
+++ b/devel/libfsext/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libfsext/pkg-plist b/devel/libfsext/pkg-plist
index 1b8f03eb6d36..81ea09be91c1 100644
--- a/devel/libfsext/pkg-plist
+++ b/devel/libfsext/pkg-plist
@@ -14,6 +14,6 @@ lib/libfsext.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsext.a
%%PYTHON_SITELIBDIR%%/pyfsext.so
libdata/pkgconfig/libfsext.pc
-man/man1/fsextinfo.1.gz
-man/man1/fsextmount.1.gz
-man/man3/libfsext.3.gz
+share/man/man1/fsextinfo.1.gz
+share/man/man1/fsextmount.1.gz
+share/man/man3/libfsext.3.gz
diff --git a/devel/libfsfat/Makefile b/devel/libfsfat/Makefile
index 7da4cb72de65..4d016544f03a 100644
--- a/devel/libfsfat/Makefile
+++ b/devel/libfsfat/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libfsfat/pkg-plist b/devel/libfsfat/pkg-plist
index 6d9182daf24b..c657a6fc2311 100644
--- a/devel/libfsfat/pkg-plist
+++ b/devel/libfsfat/pkg-plist
@@ -14,6 +14,6 @@ lib/libfsfat.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsfat.a
%%PYTHON_SITELIBDIR%%/pyfsfat.so
libdata/pkgconfig/libfsfat.pc
-man/man1/fsfatinfo.1.gz
-man/man1/fsfatmount.1.gz
-man/man3/libfsfat.3.gz
+share/man/man1/fsfatinfo.1.gz
+share/man/man1/fsfatmount.1.gz
+share/man/man3/libfsfat.3.gz
diff --git a/devel/libfshfs/Makefile b/devel/libfshfs/Makefile
index 44251dfe78d3..44ab8090cb05 100644
--- a/devel/libfshfs/Makefile
+++ b/devel/libfshfs/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libfshfs/pkg-plist b/devel/libfshfs/pkg-plist
index 4a77815404f0..d5c0ac017d37 100644
--- a/devel/libfshfs/pkg-plist
+++ b/devel/libfshfs/pkg-plist
@@ -14,6 +14,6 @@ lib/libfshfs.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfshfs.a
%%PYTHON_SITELIBDIR%%/pyfshfs.so
libdata/pkgconfig/libfshfs.pc
-man/man1/fshfsinfo.1.gz
-man/man1/fshfsmount.1.gz
-man/man3/libfshfs.3.gz
+share/man/man1/fshfsinfo.1.gz
+share/man/man1/fshfsmount.1.gz
+share/man/man3/libfshfs.3.gz
diff --git a/devel/libfsntfs/Makefile b/devel/libfsntfs/Makefile
index 280e20f29c3d..b9f207317355 100644
--- a/devel/libfsntfs/Makefile
+++ b/devel/libfsntfs/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-openssl=no \
--with-libfwnt=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
diff --git a/devel/libfsntfs/pkg-plist b/devel/libfsntfs/pkg-plist
index 5e656265a3f5..35bb09d1e8d8 100644
--- a/devel/libfsntfs/pkg-plist
+++ b/devel/libfsntfs/pkg-plist
@@ -14,5 +14,5 @@ lib/libfsntfs.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsntfs.a
%%PYTHON_SITELIBDIR%%/pyfsntfs.so
libdata/pkgconfig/libfsntfs.pc
-man/man1/fsntfsinfo.1.gz
-man/man3/libfsntfs.3.gz
+share/man/man1/fsntfsinfo.1.gz
+share/man/man3/libfsntfs.3.gz
diff --git a/devel/libfsxfs/Makefile b/devel/libfsxfs/Makefile
index 546dd6f2ddaa..c9a36dd78526 100644
--- a/devel/libfsxfs/Makefile
+++ b/devel/libfsxfs/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libfsxfs/pkg-plist b/devel/libfsxfs/pkg-plist
index 877fd0bcb2d5..1c0c6102a1a8 100644
--- a/devel/libfsxfs/pkg-plist
+++ b/devel/libfsxfs/pkg-plist
@@ -14,6 +14,6 @@ lib/libfsxfs.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsxfs.a
%%PYTHON_SITELIBDIR%%/pyfsxfs.so
libdata/pkgconfig/libfsxfs.pc
-man/man1/fsxfsinfo.1.gz
-man/man1/fsxfsmount.1.gz
-man/man3/libfsxfs.3.gz
+share/man/man1/fsxfsinfo.1.gz
+share/man/man1/fsxfsmount.1.gz
+share/man/man3/libfsxfs.3.gz
diff --git a/devel/libfwsi/Makefile b/devel/libfwsi/Makefile
index ea3de6783b3e..81c0fac72585 100644
--- a/devel/libfwsi/Makefile
+++ b/devel/libfwsi/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= cpe libtool pathfix python
diff --git a/devel/libfwsi/pkg-plist b/devel/libfwsi/pkg-plist
index 6c1737145982..dbb87e7a11c0 100644
--- a/devel/libfwsi/pkg-plist
+++ b/devel/libfwsi/pkg-plist
@@ -12,4 +12,4 @@ lib/libfwsi.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfwsi.a
%%PYTHON_SITELIBDIR%%/pyfwsi.so
libdata/pkgconfig/libfwsi.pc
-man/man3/libfwsi.3.gz
+share/man/man3/libfwsi.3.gz
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile
index 01456317c004..7e78d1ba43f2 100644
--- a/devel/liblnk/Makefile
+++ b/devel/liblnk/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwsi.so:devel/libfwsi
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python \
--with-libfwsi=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
diff --git a/devel/liblnk/pkg-plist b/devel/liblnk/pkg-plist
index 6e214842e819..18b3aab11f3d 100644
--- a/devel/liblnk/pkg-plist
+++ b/devel/liblnk/pkg-plist
@@ -13,5 +13,5 @@ lib/liblnk.so.1.0.0
%%PYTHON_SITELIBDIR%%/pylnk.a
%%PYTHON_SITELIBDIR%%/pylnk.so
libdata/pkgconfig/liblnk.pc
-man/man1/lnkinfo.1.gz
-man/man3/liblnk.3.gz
+share/man/man1/lnkinfo.1.gz
+share/man/man3/liblnk.3.gz
diff --git a/devel/libluksde/Makefile b/devel/libluksde/Makefile
index 9e8dd63536fe..cff5d1a152c8 100644
--- a/devel/libluksde/Makefile
+++ b/devel/libluksde/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libluksde/pkg-plist b/devel/libluksde/pkg-plist
index 27f827dcffdc..27d4167d5c1d 100644
--- a/devel/libluksde/pkg-plist
+++ b/devel/libluksde/pkg-plist
@@ -14,6 +14,6 @@ lib/libluksde.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyluksde.a
%%PYTHON_SITELIBDIR%%/pyluksde.so
libdata/pkgconfig/libluksde.pc
-man/man1/luksdeinfo.1.gz
-man/man1/luksdemount.1.gz
-man/man3/libluksde.3.gz
+share/man/man1/luksdeinfo.1.gz
+share/man/man1/luksdemount.1.gz
+share/man/man3/libluksde.3.gz
diff --git a/devel/libmodi/Makefile b/devel/libmodi/Makefile
index 90e27fd33474..77bca8473f60 100644
--- a/devel/libmodi/Makefile
+++ b/devel/libmodi/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libmodi/pkg-plist b/devel/libmodi/pkg-plist
index dfdb7e6e7d78..406b08b3b485 100644
--- a/devel/libmodi/pkg-plist
+++ b/devel/libmodi/pkg-plist
@@ -14,5 +14,5 @@ lib/libmodi.so.1.0.0
%%PYTHON_SITELIBDIR%%/pymodi.a
%%PYTHON_SITELIBDIR%%/pymodi.so
libdata/pkgconfig/libmodi.pc
-man/man1/modiinfo.1.gz
-man/man3/libmodi.3.gz
+share/man/man1/modiinfo.1.gz
+share/man/man3/libmodi.3.gz
diff --git a/devel/libmsiecf/Makefile b/devel/libmsiecf/Makefile
index 8b2fa4196a16..d353cde506ea 100644
--- a/devel/libmsiecf/Makefile
+++ b/devel/libmsiecf/Makefile
@@ -12,6 +12,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix python
diff --git a/devel/libmsiecf/pkg-plist b/devel/libmsiecf/pkg-plist
index 705a95f3886c..4a6b1280a6f5 100644
--- a/devel/libmsiecf/pkg-plist
+++ b/devel/libmsiecf/pkg-plist
@@ -14,6 +14,6 @@ lib/libmsiecf.so.1.0.0
%%PYTHON_SITELIBDIR%%/pymsiecf.a
%%PYTHON_SITELIBDIR%%/pymsiecf.so
libdata/pkgconfig/libmsiecf.pc
-man/man1/msiecfexport.1.gz
-man/man1/msiecfinfo.1.gz
-man/man3/libmsiecf.3.gz
+share/man/man1/msiecfexport.1.gz
+share/man/man1/msiecfinfo.1.gz
+share/man/man3/libmsiecf.3.gz
diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile
index ac7e4b644fb1..5f60b642a969 100644
--- a/devel/libolecf/Makefile
+++ b/devel/libolecf/Makefile
@@ -12,6 +12,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libolecf/pkg-plist b/devel/libolecf/pkg-plist
index 1265d23368e7..2e03149a1047 100644
--- a/devel/libolecf/pkg-plist
+++ b/devel/libolecf/pkg-plist
@@ -16,6 +16,6 @@ lib/libolecf.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyolecf.a
%%PYTHON_SITELIBDIR%%/pyolecf.so
libdata/pkgconfig/libolecf.pc
-man/man1/olecfexport.1.gz
-man/man1/olecfinfo.1.gz
-man/man3/libolecf.3.gz
+share/man/man1/olecfexport.1.gz
+share/man/man1/olecfinfo.1.gz
+share/man/man3/libolecf.3.gz
diff --git a/devel/libpff/Makefile b/devel/libpff/Makefile
index 523042e161df..83e80f73b9e9 100644
--- a/devel/libpff/Makefile
+++ b/devel/libpff/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= cpe libtool pathfix python
diff --git a/devel/libpff/pkg-plist b/devel/libpff/pkg-plist
index a2f4833e9293..c6905213eeab 100644
--- a/devel/libpff/pkg-plist
+++ b/devel/libpff/pkg-plist
@@ -15,6 +15,6 @@ lib/libpff.so.1.0.0
%%PYTHON_SITELIBDIR%%/pypff.a
%%PYTHON_SITELIBDIR%%/pypff.so
libdata/pkgconfig/libpff.pc
-man/man1/pffexport.1.gz
-man/man1/pffinfo.1.gz
-man/man3/libpff.3.gz
+share/man/man1/pffexport.1.gz
+share/man/man1/pffinfo.1.gz
+share/man/man3/libpff.3.gz
diff --git a/devel/libphdi/Makefile b/devel/libphdi/Makefile
index b1d4f136dba3..2e879c9f6df6 100644
--- a/devel/libphdi/Makefile
+++ b/devel/libphdi/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libphdi/pkg-plist b/devel/libphdi/pkg-plist
index 4b69ea59b456..191b2b0cbc90 100644
--- a/devel/libphdi/pkg-plist
+++ b/devel/libphdi/pkg-plist
@@ -14,5 +14,5 @@ lib/libphdi.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyphdi.a
%%PYTHON_SITELIBDIR%%/pyphdi.so
libdata/pkgconfig/libphdi.pc
-man/man1/phdiinfo.1.gz
-man/man3/libphdi.3.gz
+share/man/man1/phdiinfo.1.gz
+share/man/man3/libphdi.3.gz
diff --git a/devel/libqcow/Makefile b/devel/libqcow/Makefile
index 820f5dd1aabe..17f19841d45f 100644
--- a/devel/libqcow/Makefile
+++ b/devel/libqcow/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libqcow/pkg-plist b/devel/libqcow/pkg-plist
index e5db4115ce03..bfcf41eca177 100644
--- a/devel/libqcow/pkg-plist
+++ b/devel/libqcow/pkg-plist
@@ -14,5 +14,5 @@ lib/libqcow.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyqcow.a
%%PYTHON_SITELIBDIR%%/pyqcow.so
libdata/pkgconfig/libqcow.pc
-man/man1/qcowinfo.1.gz
-man/man3/libqcow.3.gz
+share/man/man1/qcowinfo.1.gz
+share/man/man3/libqcow.3.gz
diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile
index eadbe1201583..76f959a97340 100644
--- a/devel/libregf/Makefile
+++ b/devel/libregf/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python \
--with-libfwnt=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
diff --git a/devel/libregf/pkg-plist b/devel/libregf/pkg-plist
index 51223f662a37..18734f7391b3 100644
--- a/devel/libregf/pkg-plist
+++ b/devel/libregf/pkg-plist
@@ -15,5 +15,5 @@ lib/libregf.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyregf.a
%%PYTHON_SITELIBDIR%%/pyregf.so
libdata/pkgconfig/libregf.pc
-man/man1/regfinfo.1.gz
-man/man3/libregf.3.gz
+share/man/man1/regfinfo.1.gz
+share/man/man3/libregf.3.gz
diff --git a/devel/libscca/Makefile b/devel/libscca/Makefile
index bbda64aed0ae..d8d61c3c2bc5 100644
--- a/devel/libscca/Makefile
+++ b/devel/libscca/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfwnt.so:devel/libfwnt
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix python
diff --git a/devel/libscca/pkg-plist b/devel/libscca/pkg-plist
index 6b63e05a0d45..cba460f6aa30 100644
--- a/devel/libscca/pkg-plist
+++ b/devel/libscca/pkg-plist
@@ -13,5 +13,5 @@ lib/libscca.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyscca.a
%%PYTHON_SITELIBDIR%%/pyscca.so
libdata/pkgconfig/libscca.pc
-man/man1/sccainfo.1.gz
-man/man3/libscca.3.gz
+share/man/man1/sccainfo.1.gz
+share/man/man3/libscca.3.gz
diff --git a/devel/libsigscan/Makefile b/devel/libsigscan/Makefile
index 3d0366cd6e21..ead4db421fa8 100644
--- a/devel/libsigscan/Makefile
+++ b/devel/libsigscan/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix python
diff --git a/devel/libsigscan/pkg-plist b/devel/libsigscan/pkg-plist
index ce2d72f7660b..ff14d5475e5b 100644
--- a/devel/libsigscan/pkg-plist
+++ b/devel/libsigscan/pkg-plist
@@ -14,5 +14,5 @@ lib/libsigscan.so.1.0.0
%%PYTHON_SITELIBDIR%%/pysigscan.a
%%PYTHON_SITELIBDIR%%/pysigscan.so
libdata/pkgconfig/libsigscan.pc
-man/man1/sigscan.1.gz
-man/man3/libsigscan.3.gz
+share/man/man1/sigscan.1.gz
+share/man/man3/libsigscan.3.gz
diff --git a/devel/libvhdi/Makefile b/devel/libvhdi/Makefile
index f481d682dce7..08fadacccc6c 100644
--- a/devel/libvhdi/Makefile
+++ b/devel/libvhdi/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libvhdi/pkg-plist b/devel/libvhdi/pkg-plist
index 50876f672579..534b0bddd9e6 100644
--- a/devel/libvhdi/pkg-plist
+++ b/devel/libvhdi/pkg-plist
@@ -14,5 +14,5 @@ lib/libvhdi.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvhdi.a
%%PYTHON_SITELIBDIR%%/pyvhdi.so
libdata/pkgconfig/libvhdi.pc
-man/man1/vhdiinfo.1.gz
-man/man3/libvhdi.3.gz
+share/man/man1/vhdiinfo.1.gz
+share/man/man3/libvhdi.3.gz
diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile
index 29d11584c0b9..4b3b446babbe 100644
--- a/devel/libvmdk/Makefile
+++ b/devel/libvmdk/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libvmdk/pkg-plist b/devel/libvmdk/pkg-plist
index d74859a50361..6550e0fceb84 100644
--- a/devel/libvmdk/pkg-plist
+++ b/devel/libvmdk/pkg-plist
@@ -14,5 +14,5 @@ lib/libvmdk.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvmdk.a
%%PYTHON_SITELIBDIR%%/pyvmdk.so
libdata/pkgconfig/libvmdk.pc
-man/man1/vmdkinfo.1.gz
-man/man3/libvmdk.3.gz
+share/man/man1/vmdkinfo.1.gz
+share/man/man3/libvmdk.3.gz
diff --git a/devel/libvsapm/Makefile b/devel/libvsapm/Makefile
index b1178544ba03..0be08d4cc102 100644
--- a/devel/libvsapm/Makefile
+++ b/devel/libvsapm/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix pkgconfig python
diff --git a/devel/libvsapm/pkg-plist b/devel/libvsapm/pkg-plist
index eccb174ede4f..e90320f7a0b9 100644
--- a/devel/libvsapm/pkg-plist
+++ b/devel/libvsapm/pkg-plist
@@ -13,5 +13,5 @@ lib/libvsapm.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvsapm.a
%%PYTHON_SITELIBDIR%%/pyvsapm.so
libdata/pkgconfig/libvsapm.pc
-man/man1/vsapminfo.1.gz
-man/man3/libvsapm.3.gz
+share/man/man1/vsapminfo.1.gz
+share/man/man3/libvsapm.3.gz
diff --git a/devel/libvsgpt/Makefile b/devel/libvsgpt/Makefile
index e4d497113016..93418789a4eb 100644
--- a/devel/libvsgpt/Makefile
+++ b/devel/libvsgpt/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix python
diff --git a/devel/libvsgpt/pkg-plist b/devel/libvsgpt/pkg-plist
index 9cafaa450601..e0c9afa31bb3 100644
--- a/devel/libvsgpt/pkg-plist
+++ b/devel/libvsgpt/pkg-plist
@@ -13,5 +13,5 @@ lib/libvsgpt.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvsgpt.a
%%PYTHON_SITELIBDIR%%/pyvsgpt.so
libdata/pkgconfig/libvsgpt.pc
-man/man1/vsgptinfo.1.gz
-man/man3/libvsgpt.3.gz
+share/man/man1/vsgptinfo.1.gz
+share/man/man3/libvsgpt.3.gz
diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile
index afaa956ca069..1c5aeaaadc1e 100644
--- a/devel/libvshadow/Makefile
+++ b/devel/libvshadow/Makefile
@@ -16,6 +16,7 @@ USES= fuse libtool pathfix pkgconfig python
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
INSTALL_TARGET= install-strip
diff --git a/devel/libvshadow/pkg-plist b/devel/libvshadow/pkg-plist
index 5bf8fa16667f..fe8305d06b8a 100644
--- a/devel/libvshadow/pkg-plist
+++ b/devel/libvshadow/pkg-plist
@@ -15,6 +15,6 @@ lib/libvshadow.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvshadow.a
%%PYTHON_SITELIBDIR%%/pyvshadow.so
libdata/pkgconfig/libvshadow.pc
-man/man1/vshadowinfo.1.gz
-man/man1/vshadowmount.1.gz
-man/man3/libvshadow.3.gz
+share/man/man1/vshadowinfo.1.gz
+share/man/man1/vshadowmount.1.gz
+share/man/man3/libvshadow.3.gz
diff --git a/devel/libvslvm/Makefile b/devel/libvslvm/Makefile
index 8e75057b6683..a5486ee90766 100644
--- a/devel/libvslvm/Makefile
+++ b/devel/libvslvm/Makefile
@@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/devel/libvslvm/pkg-plist b/devel/libvslvm/pkg-plist
index 640829b19221..1067253db466 100644
--- a/devel/libvslvm/pkg-plist
+++ b/devel/libvslvm/pkg-plist
@@ -14,5 +14,5 @@ lib/libvslvm.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyvslvm.a
%%PYTHON_SITELIBDIR%%/pyvslvm.so
libdata/pkgconfig/libvslvm.pc
-man/man1/vslvminfo.1.gz
-man/man3/libvslvm.3.gz
+share/man/man1/vslvminfo.1.gz
+share/man/man3/libvslvm.3.gz
diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile
index 294dadc467b3..76d67ca8ad5d 100644
--- a/sysutils/libfvde/Makefile
+++ b/sysutils/libfvde/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcaes.so:security/libcaes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
diff --git a/sysutils/libfvde/pkg-plist b/sysutils/libfvde/pkg-plist
index 2dffab3728d7..76800c66be43 100644
--- a/sysutils/libfvde/pkg-plist
+++ b/sysutils/libfvde/pkg-plist
@@ -15,6 +15,6 @@ lib/libfvde.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfvde.a
%%PYTHON_SITELIBDIR%%/pyfvde.so
libdata/pkgconfig/libfvde.pc
-man/man1/fvdeinfo.1.gz
-man/man1/fvdemount.1.gz
-man/man3/libfvde.3.gz
+share/man/man1/fvdeinfo.1.gz
+share/man/man1/fvdemount.1.gz
+share/man/man3/libfvde.3.gz