git: 5bb45e3bba59 - main - security/clamfs: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:55:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bb45e3bba594b16e54d87134f6907dc5aed12dc commit 5bb45e3bba594b16e54d87134f6907dc5aed12dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:39:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:54:56 +0000 security/clamfs: Moved man to share/man Approved by: portmgr (blanket) --- security/clamfs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index ab9814cc95a3..fa8fcb11d66a 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamfs PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -20,9 +20,10 @@ RUN_DEPENDS= clamd:security/clamav USES= autoreconf compiler:c++11-lib fuse:3 pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/clamfs \ - man/man1/clamfs.1.gz + share/man/man1/clamfs.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS