git: 2d6fd3034e5e - main - mail/mailest: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:37 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d6fd3034e5e9eb56f19038cfeb2b08c5d2123e9 commit 2d6fd3034e5e9eb56f19038cfeb2b08c5d2123e9 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:09:39 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:09:39 +0000 mail/mailest: Move man pages to share/man Approved by: portmgr (blanket) --- mail/mailest/Makefile | 3 ++- mail/mailest/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 2934edc25b94..dedf939d313d 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailest PORTVERSION= 0.9.24 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -24,6 +24,7 @@ USES= emacs:run fakeroot iconv USE_GITHUB= yes GH_ACCOUNT= yasuoka +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true # XXX Static libraries with PIE are currently unsupported diff --git a/mail/mailest/pkg-plist b/mail/mailest/pkg-plist index 3a5dbbaed99e..c7ef20c7a86b 100644 --- a/mail/mailest/pkg-plist +++ b/mail/mailest/pkg-plist @@ -3,9 +3,9 @@ sbin/mailestctl sbin/mew-mailest sbin/smew-mailest sbin/mailestd -man/man1/cmew-mailest.1.gz -man/man1/mailestctl.1.gz -man/man1/mew-mailest.1.gz -man/man1/smew-mailest.1.gz -man/man5/mailestd.conf.5.gz -man/man8/mailestd.8.gz +share/man/man1/cmew-mailest.1.gz +share/man/man1/mailestctl.1.gz +share/man/man1/mew-mailest.1.gz +share/man/man1/smew-mailest.1.gz +share/man/man5/mailestd.conf.5.gz +share/man/man8/mailestd.8.gz