git: 14334a29434d - main - dns/drool: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 15:40:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=14334a29434d56d3330229870f3655efb2f30cf1 commit 14334a29434d56d3330229870f3655efb2f30cf1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 15:21:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 15:21:42 +0000 dns/drool: Moved man to share/man Approved by: portmgr (blanket) --- dns/drool/Makefile | 2 ++ dns/drool/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dns/drool/Makefile b/dns/drool/Makefile index ba25291a10d9..7d38e673efd7 100644 --- a/dns/drool/Makefile +++ b/dns/drool/Makefile @@ -1,5 +1,6 @@ PORTNAME= drool DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/drool/ @@ -15,6 +16,7 @@ BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DATADIR diff --git a/dns/drool/pkg-plist b/dns/drool/pkg-plist index 48183bc01106..167516dcca0d 100644 --- a/dns/drool/pkg-plist +++ b/dns/drool/pkg-plist @@ -1,6 +1,6 @@ bin/drool -man/man1/drool.1.gz -man/man1/drool-replay.1.gz -man/man1/drool-respdiff.1.gz +share/man/man1/drool.1.gz +share/man/man1/drool-replay.1.gz +share/man/man1/drool-respdiff.1.gz %%DATADIR%%/lib/drool/replay.lua %%DATADIR%%/lib/drool/respdiff.lua