git: dc9e07825cb2 - main - misc/dynomite: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 11:06:38 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc9e07825cb29a17286145f4f909a1eb963050c6 commit dc9e07825cb29a17286145f4f909a1eb963050c6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-17 10:05:22 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-17 11:06:22 +0000 misc/dynomite: Move man pages to share/man Approved by: portmgr (blanket) --- misc/dynomite/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/dynomite/Makefile b/misc/dynomite/Makefile index 899663cb3109..b04e61734ec8 100644 --- a/misc/dynomite/Makefile +++ b/misc/dynomite/Makefile @@ -1,6 +1,7 @@ PORTNAME= dynomite DISTVERSIONPREFIX= v DISTVERSION= 0.6.22 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -17,6 +18,7 @@ BROKEN_riscv64= fails to configure: configure: error: /bin/sh config/config.sub USES= autoreconf gmake libtool ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= Netflix @@ -25,9 +27,9 @@ CFLAGS+= -fcommon LDFLAGS+= -lexecinfo PLIST_FILES= bin/dynomite-hash-tool \ - man/man8/dynomite.8.gz \ sbin/dynomite \ - sbin/dynomite-test + sbin/dynomite-test \ + share/man/man8/dynomite.8.gz .include <bsd.port.pre.mk>