git: 3d019aee60c3 - main - mail/fdm: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 17:11:21 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d019aee60c393c6c70895bf07d099f33948c006 commit 3d019aee60c393c6c70895bf07d099f33948c006 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 17:11:13 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 17:11:13 +0000 mail/fdm: use ${PREFIX}/share/man --- mail/fdm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index f92baaf33d92..b685d9e74607 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -1,5 +1,6 @@ PORTNAME= fdm PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= dinoex@FreeBSD.org @@ -15,9 +16,10 @@ USE_GITHUB= yes GH_ACCOUNT= nicm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc -PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz +PLIST_FILES= bin/fdm share/man/man1/fdm.1.gz share/man/man5/fdm.conf.5.gz PORTDOCS= CHANGES README MANUAL PORTEXAMPLES= *