git: 4176b2000293 - main - security/courierpasswd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:55:39 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4176b2000293fda9fc9a6c83dc7f248b506ec9f2 commit 4176b2000293fda9fc9a6c83dc7f248b506ec9f2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:40:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:55:02 +0000 security/courierpasswd: Moved man to share/man Approved by: portmgr (blanket) --- security/courierpasswd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile index 8ab7e5498e6d..509044e84c35 100644 --- a/security/courierpasswd/Makefile +++ b/security/courierpasswd/Makefile @@ -1,5 +1,6 @@ PORTNAME= courierpasswd PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ @@ -13,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcourierauth.so:security/courier-authlib-base GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake localbase MINUID?= 100 # XXX: set this to 1000 for FreeBSD? CONFIGURE_ARGS= --with-minuid=${MINUID} -PLIST_FILES= sbin/courierpasswd man/man8/courierpasswd.8.gz +PLIST_FILES= sbin/courierpasswd share/man/man8/courierpasswd.8.gz PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README OPTIONS_DEFINE= DOCS