git: d4e0d6ac8bc2 - main - security/courieruserinfo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:55:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4e0d6ac8bc29ad198dcdfe773f869539c8bfb38 commit d4e0d6ac8bc29ad198dcdfe773f869539c8bfb38 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:40:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:55:04 +0000 security/courieruserinfo: Moved man to share/man Approved by: portmgr (blanket) --- security/courieruserinfo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile index 55d4e0756fae..8def342a3b5a 100644 --- a/security/courieruserinfo/Makefile +++ b/security/courieruserinfo/Makefile @@ -1,5 +1,6 @@ PORTNAME= courieruserinfo PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ @@ -14,9 +15,10 @@ 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 -PLIST_FILES= sbin/courieruserinfo man/man8/courieruserinfo.8.gz +PLIST_FILES= sbin/courieruserinfo share/man/man8/courieruserinfo.8.gz PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README OPTIONS_DEFINE= DOCS