git: 9757949397a7 - main - mail/imapfilter: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 17:34:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9757949397a7a8dac2c347954021f151580d0a8f
commit 9757949397a7a8dac2c347954021f151580d0a8f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 17:26:32 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:27 +0000
mail/imapfilter: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
mail/imapfilter/Makefile | 3 ++-
mail/imapfilter/pkg-plist | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile
index 73f7986358ac..5eec7658d96a 100644
--- a/mail/imapfilter/Makefile
+++ b/mail/imapfilter/Makefile
@@ -1,5 +1,6 @@
PORTNAME= imapfilter
PORTVERSION= 2.8.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= mail
@@ -21,7 +22,7 @@ MAKE_ARGS= PREFIX=${PREFIX} \
MYLDFLAGS="${LDFLAGS}" \
BINDIR=${PREFIX}/bin \
SHAREDIR=${DATADIR} \
- MANDIR=${MANPREFIX}/man \
+ MANDIR=${PREFIX}/share/man \
LIBLUA=-llua-${LUA_VER}
CPPFLAGS+= -I${LUA_INCDIR}
diff --git a/mail/imapfilter/pkg-plist b/mail/imapfilter/pkg-plist
index dea0699eca35..7fb422bd9139 100644
--- a/mail/imapfilter/pkg-plist
+++ b/mail/imapfilter/pkg-plist
@@ -1,6 +1,6 @@
bin/imapfilter
-man/man1/imapfilter.1.gz
-man/man5/imapfilter_config.5.gz
+share/man/man1/imapfilter.1.gz
+share/man/man5/imapfilter_config.5.gz
%%DATADIR%%/account.lua
%%DATADIR%%/auxiliary.lua
%%DATADIR%%/common.lua