Date: Sun, 25 Feb 2024 12:55:38 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15ce3fe6462b - main - security/courierpassd: Moved man to share/man Message-ID: <202402251255.41PCtcXS007123@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=15ce3fe6462b4ca6a561b46747d07138e8f9ba2e commit 15ce3fe6462b4ca6a561b46747d07138e8f9ba2e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:40:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:55:00 +0000 security/courierpassd: Moved man to share/man Approved by: portmgr (blanket) --- security/courierpassd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index ed75d2ca7df6..8f888dfcbca1 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -1,5 +1,6 @@ PORTNAME= courierpassd PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ \ LOCAL/ade @@ -15,13 +16,14 @@ BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base RUN_DEPENDS= courierauthconfig:security/courier-authlib-base GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake localbase MINUID?= 100 DELAY?= 3 CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY} -PLIST_FILES= sbin/courierpassd man/man8/courierpassd.8.gz +PLIST_FILES= sbin/courierpassd share/man/man8/courierpassd.8.gz PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251255.41PCtcXS007123>