Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 17:34:54 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85e27f282cd0 - main - mail/bogofilter-bdb: Sanitize MANPREFIX
Message-ID:  <202401221734.40MHYsYv024327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85e27f282cd0e1c9b485421c6b607b7eaedc9d8d

commit 85e27f282cd0e1c9b485421c6b607b7eaedc9d8d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 17:33:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:27 +0000

    mail/bogofilter-bdb: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 mail/bogofilter-bdb/Makefile  |  4 ++--
 mail/bogofilter-bdb/pkg-plist | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile
index 84f5b7675316..8a0bbd76ad55 100644
--- a/mail/bogofilter-bdb/Makefile
+++ b/mail/bogofilter-bdb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bogofilter
 DISTVERSION=	1.2.5
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES?=	mail
 MASTER_SITES=	SF/bogofilter/bogofilter-stable/
 PKGNAMESUFFIX?=	-bdb
@@ -51,7 +51,7 @@ BF_LIBS+=		${ICONV_LIB}
 CPPFLAGS+=	${BF_CPPFLAGS}
 LIBS+=		-L${LOCALBASE}/lib ${BF_LIBS}
 CONFIGURE_ENV+=	PERL="${PERL}"
-INSTALL_TARGET=	install-strip prefix=${PREFIX} mandir=${MANPREFIX}/man
+INSTALL_TARGET=	install-strip prefix=${PREFIX} mandir=${PREFIX}/share/man
 
 post-patch:
 	${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1/' \
diff --git a/mail/bogofilter-bdb/pkg-plist b/mail/bogofilter-bdb/pkg-plist
index 85061fe7228b..19bc4ad38576 100644
--- a/mail/bogofilter-bdb/pkg-plist
+++ b/mail/bogofilter-bdb/pkg-plist
@@ -8,11 +8,11 @@ bin/bogotune
 bin/bogoutil
 bin/bogoupgrade
 etc/bogofilter.cf.example
-man/man1/bf_compact.1.gz
-man/man1/bf_copy.1.gz
-man/man1/bf_tar.1.gz
-man/man1/bogofilter.1.gz
-man/man1/bogolexer.1.gz
-man/man1/bogotune.1.gz
-man/man1/bogoupgrade.1.gz
-man/man1/bogoutil.1.gz
+share/man/man1/bf_compact.1.gz
+share/man/man1/bf_copy.1.gz
+share/man/man1/bf_tar.1.gz
+share/man/man1/bogofilter.1.gz
+share/man/man1/bogolexer.1.gz
+share/man/man1/bogotune.1.gz
+share/man/man1/bogoupgrade.1.gz
+share/man/man1/bogoutil.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221734.40MHYsYv024327>