mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/postgrey: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
c750c0e1e2
commit
2408a1ec4d
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue