git: 695cd38e175b - main - net-mgmt/darkstat: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 06:50:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=695cd38e175b51b806cd93cf38a97fa3cadb4b5e commit 695cd38e175b51b806cd93cf38a97fa3cadb4b5e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:34:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:34:49 +0000 net-mgmt/darkstat: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/darkstat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile index 7b191587e15d..d8bce6abc9a3 100644 --- a/net-mgmt/darkstat/Makefile +++ b/net-mgmt/darkstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= darkstat DISTVERSION= 3.0.721 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= emikulic@gmail.com @@ -17,8 +18,9 @@ GH_PROJECT= darkstat USE_RC_SUBR= darkstat GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= man/man8/darkstat.8.gz \ +PLIST_FILES= share/man/man8/darkstat.8.gz \ sbin/darkstat PORTDOCS= AUTHORS INSTALL README