Date: Sun, 25 Feb 2024 14:30:54 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c44862cb15a6 - main - sysutils/apachetop: Moved man to share/man Message-ID: <202402251430.41PEUsa3075247@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c44862cb15a69c80e5cd638464e9913f5e317144 commit c44862cb15a69c80e5cd638464e9913f5e317144 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:57:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:23 +0000 sysutils/apachetop: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/apachetop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 87317aa98576..41296613f169 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -1,5 +1,6 @@ PORTNAME= apachetop DISTVERSION= 0.23.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/tessus/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -13,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe ncurses readline GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV+= NCURSES_CFLAGS="-I${NCURSESINC}" NCURSES_LIBS="-lncursesw" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= ADNS FAM PCRE2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251430.41PEUsa3075247>