From 0a9f301d3be95cd65409c709303b15fbbdc5b836 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 22 Jan 2024 01:21:53 +0100 Subject: [PATCH] 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