Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:29:21 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: 0a9f301d3be9 - main - mail/postfix-postfwd: Sanitize MANPREFIX
Message-ID:  <202401220029.40M0TL4x085446@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=0a9f301d3be95cd65409c709303b15fbbdc5b836

commit 0a9f301d3be95cd65409c709303b15fbbdc5b836
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:21:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:01 +0000

    mail/postfix-postfwd: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 mail/postfix-postfwd/Makefile  | 4 ++--
 mail/postfix-postfwd/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile
index 0f96ae02a884..76405e60e88e 100644
--- a/mail/postfix-postfwd/Makefile
+++ b/mail/postfix-postfwd/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	postfwd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 PKGNAMEPREFIX=	postfix-
 
@@ -33,7 +33,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf.sample ${STAGEDIR}${ETCDIR}
-	${INSTALL_MAN} ${WRKSRC}/man/man8/* ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/man/man8/* ${STAGEDIR}${PREFIX}/share/man/man8
 	${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME}3 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 post-install-DOCS-on:
diff --git a/mail/postfix-postfwd/pkg-plist b/mail/postfix-postfwd/pkg-plist
index dc0c1967b277..dd950c580c03 100644
--- a/mail/postfix-postfwd/pkg-plist
+++ b/mail/postfix-postfwd/pkg-plist
@@ -1,6 +1,6 @@
 bin/postfwd
 etc/postfwd
-man/man8/postfwd.8.gz
-man/man8/postfwd1.8.gz
-man/man8/postfwd2.8.gz
-man/man8/postfwd3.8.gz
+share/man/man8/postfwd.8.gz
+share/man/man8/postfwd1.8.gz
+share/man/man8/postfwd2.8.gz
+share/man/man8/postfwd3.8.gz



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