git: 6c0bf5f19da8 - main - mail/courier-analog: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 17:03:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c0bf5f19da80d091629dde0b8f8dd8ef9259db8 commit 6c0bf5f19da80d091629dde0b8f8dd8ef9259db8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 16:42:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 16:42:58 +0000 mail/courier-analog: Moved man to share/man Approved by: portmgr (blanket) --- mail/courier-analog/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/courier-analog/Makefile b/mail/courier-analog/Makefile index b36342b7390f..028c7a1d2225 100644 --- a/mail/courier-analog/Makefile +++ b/mail/courier-analog/Makefile @@ -1,5 +1,6 @@ PORTNAME= courier-analog PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/courier/analog/${PORTVERSION} @@ -15,10 +16,11 @@ RUN_DEPENDS= p5-Getopt-Long>0:devel/p5-Getopt-Long USES= tar:bz2 autoreconf perl5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share NO_ARCH= yes PLIST_FILES= bin/courier-analog \ - man/man8/courier-analog.8.gz + share/man/man8/courier-analog.8.gz .include <bsd.port.mk>