git: 2408a1ec4d81 - main - mail/postgrey: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2408a1ec4d81eee8d977962d30e0ce10aea1591c commit 2408a1ec4d81eee8d977962d30e0ce10aea1591c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 23:51:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 00:06:46 +0000 mail/postgrey: Sanitize MANPREFIX Approved by: portmgr (blanket) --- mail/postgrey/Makefile | 4 ++-- mail/postgrey/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index d569cd3d43c7..b0983e35e6a0 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -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} diff --git a/mail/postgrey/pkg-plist b/mail/postgrey/pkg-plist index 36a1bdbb84de..e5424f2fc306 100644 --- a/mail/postgrey/pkg-plist +++ b/mail/postgrey/pkg-plist @@ -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