git: 88b8405b4216 - main - mail/dkimproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 17:03:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=88b8405b4216f6b01359ad7c1439cce652f52efb commit 88b8405b4216f6b01359ad7c1439cce652f52efb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:00:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 17:00:38 +0000 mail/dkimproxy: Moved man to share/man Approved by: portmgr (blanket) --- mail/dkimproxy/Makefile | 3 ++- mail/dkimproxy/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index e904674f013a..cc0429c6f209 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= dkimproxy PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF @@ -20,6 +20,7 @@ USES= gmake perl5 shebangfix USE_RC_SUBR= dkimproxy_in dkimproxy_out GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share NO_ARCH= yes SHEBANG_FILES= scripts/* diff --git a/mail/dkimproxy/pkg-plist b/mail/dkimproxy/pkg-plist index 03bbd592b9c1..65bf8b9aeec6 100644 --- a/mail/dkimproxy/pkg-plist +++ b/mail/dkimproxy/pkg-plist @@ -8,5 +8,5 @@ lib/MSDW/SMTP/Client.pm lib/MSDW/SMTP/Server.pm lib/MySmtpProxyServer.pm lib/MySmtpServer.pm -man/man8/dkimproxy_in.8.gz -man/man8/dkimproxy_out.8.gz +share/man/man8/dkimproxy_in.8.gz +share/man/man8/dkimproxy_out.8.gz