git: 3c3c71c37418 - main - databases/dbtool: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 19:25:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c3c71c37418e62e38cd70854d08b4e71f553e03 commit 3c3c71c37418e62e38cd70854d08b4e71f553e03 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:01:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:25:26 +0000 databases/dbtool: Moved man to share/man Approved by: portmgr (blanket) --- databases/dbtool/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 2ff9b1d4b992..225764da069c 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbtool PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ @@ -17,9 +17,10 @@ USES= gmake localbase shebangfix SHEBANG_FILES= samples/account-db/accdb bash_OLD_CMD= /bin/sh GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTEXAMPLES= * -PLIST_FILES= bin/dbtool man/man1/dbtool.1.gz +PLIST_FILES= bin/dbtool share/man/man1/dbtool.1.gz OPTIONS_DEFINE= EXAMPLES OPTIONS_SINGLE= BACKEND