git: d3aa355d06b0 - main - net/sqtop: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:32:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3aa355d06b0da15ac5cfc3b8e477913b4a2612f commit d3aa355d06b0da15ac5cfc3b8e477913b4a2612f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:19:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:31:42 +0000 net/sqtop: Moved man to share/man Approved by: portmgr (blanket) --- net/sqtop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index ec11ed0fa562..0fbc52c02b08 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -1,6 +1,7 @@ PORTNAME= sqtop DISTVERSIONPREFIX= v DISTVERSION= 2015-02-08 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= coco@executive-computing.de @@ -15,9 +16,10 @@ USE_GITHUB= yes GH_ACCOUNT= paleg GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/sqtop \ - man/man1/sqtop.1.gz + share/man/man1/sqtop.1.gz OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES