mail/postfix-postfwd: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 01:21:53 +01:00
parent d8ca65460d
commit 0a9f301d3b
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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