diff options
Diffstat (limited to 'devel/libopenbsd')
-rw-r--r-- | devel/libopenbsd/Makefile | 2 | ||||
-rw-r--r-- | devel/libopenbsd/pkg-plist | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libopenbsd/Makefile b/devel/libopenbsd/Makefile index ed31ec607aeb..2d25c36ae8d1 100644 --- a/devel/libopenbsd/Makefile +++ b/devel/libopenbsd/Makefile @@ -14,7 +14,7 @@ LICENSE= ISCL USES= uidfix tar:xz MAKE_ENV= SHLIB_MAJOR=0 WITHOUT_PROFILE=1 MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" \ - MANDIR="${PREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" USE_LDCONFIG= yes .include <bsd.port.options.mk> diff --git a/devel/libopenbsd/pkg-plist b/devel/libopenbsd/pkg-plist index 20fef14f3f9a..75ca1acdba76 100644 --- a/devel/libopenbsd/pkg-plist +++ b/devel/libopenbsd/pkg-plist @@ -3,6 +3,6 @@ include/ohash.h lib/libopenbsd.a lib/libopenbsd.so lib/libopenbsd.so.0 -man/man3/imsg_init.3.gz -man/man3/ohash_init.3.gz -man/man3/ohash_interval.3.gz +share/man/man3/imsg_init.3.gz +share/man/man3/ohash_init.3.gz +share/man/man3/ohash_interval.3.gz |