diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/android-tools-fastboot/Makefile | 4 | ||||
-rw-r--r-- | devel/libopenbsd/Makefile | 2 | ||||
-rw-r--r-- | devel/libopenbsd/pkg-plist | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile index b67cc025335c..ce6c8c864828 100644 --- a/devel/android-tools-fastboot/Makefile +++ b/devel/android-tools-fastboot/Makefile @@ -30,9 +30,9 @@ MAKEFILE?= ${.CURDIR}/files/Makefile MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \ FILESDIR="${DOCSDIR}" \ VERSION="${DISTVERSION}${DISTVERSIONSUFFIX}" \ - MANDIR="${PREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" PLIST_FILES= bin/fastboot \ - man/man1/fastboot.1.gz + share/man/man1/fastboot.1.gz PORTDOCS= * SUB_FILES= pkg-message 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 |