Date: Sat, 24 Feb 2024 17:03:15 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: c42277cf49f4 - main - mail/archmbox: Moved man to share/man Message-ID: <202402241703.41OH3F9e076851@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=c42277cf49f4ef21927d301710da34b2595d7804 commit c42277cf49f4ef21927d301710da34b2595d7804 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 16:36:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 16:36:31 +0000 mail/archmbox: Moved man to share/man Approved by: portmgr (blanket) --- mail/archmbox/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/archmbox/Makefile b/mail/archmbox/Makefile index cd1f5dbc8614..5af528182dd6 100644 --- a/mail/archmbox/Makefile +++ b/mail/archmbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= archmbox PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= SF/adc-${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -12,8 +12,9 @@ LICENSE= GPLv2 USES= perl5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= ChangeLog NEWS README THANKS TODO OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241703.41OH3F9e076851>