Date: Fri, 29 Mar 2024 08:21:23 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 833b80f7e229 - main - devel/libphk: Move man pages to share/man Message-ID: <202403290821.42T8LN5Y074880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=833b80f7e229506c1d9b30d9d6587637ad7843a7 commit 833b80f7e229506c1d9b30d9d6587637ad7843a7 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:05:22 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:05:22 +0000 devel/libphk: Move man pages to share/man Approved by: portmgr (blanket) --- devel/libphk/Makefile | 4 +++- devel/libphk/pkg-plist | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/libphk/Makefile b/devel/libphk/Makefile index baad9d4a7016..e87d3fefc5e3 100644 --- a/devel/libphk/Makefile +++ b/devel/libphk/Makefile @@ -1,6 +1,6 @@ PORTNAME= libphk PORTVERSION= 0.3.20080902 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://phk.freebsd.dk/phkrel/ DISTNAME= Libphk.${PORTVERSION:C/0.3.//} @@ -19,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= uidfix tar:tgz +MAKE_FLAGS+= MANDIR=${PREFIX}/share/man/man + # XXX static PIE libraries not yet supported by the base system MAKE_FLAGS+= WITHOUT_PIE=true MAKE_JOBS_UNSAFE= yes diff --git a/devel/libphk/pkg-plist b/devel/libphk/pkg-plist index 0dffe0247a3d..980e5c1740a1 100644 --- a/devel/libphk/pkg-plist +++ b/devel/libphk/pkg-plist @@ -9,6 +9,6 @@ include/phk_modbus.h include/phk_lineup.h lib/libphk.a %%PROFILE%%lib/libphk_p.a -man/man3/libphk.3.gz -man/man3/phk_argv.3.gz -man/man3/phk_binheap.3.gz +share/man/man3/libphk.3.gz +share/man/man3/phk_argv.3.gz +share/man/man3/phk_binheap.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403290821.42T8LN5Y074880>