mail/postgrey: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 00:51:49 +01:00
parent c750c0e1e2
commit 2408a1ec4d
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= postgrey
PORTVERSION= 1.37
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://postgrey.schweikert.ch/pub/ \
http://postgrey.schweikert.ch/pub/old/
@ -74,7 +74,7 @@ do-install:
${STAGEDIR}${PREFIX}/etc/postfix/postgrey_${i}.sample
.endfor
cd ${WRKSRC} && \
${INSTALL_MAN} ${MANPAGES} ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${MANPAGES} ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -1,8 +1,8 @@
@sample etc/postfix/postgrey_whitelist_clients.sample
@sample etc/postfix/postgrey_whitelist_recipients.sample
man/man1/policy-test.1.gz
man/man1/postgrey.1.gz
man/man1/postgreyreport.1.gz
share/man/man1/policy-test.1.gz
share/man/man1/postgrey.1.gz
share/man/man1/postgreyreport.1.gz
sbin/postgrey
sbin/policy-test
sbin/postgreyreport