git: 8921127a4d5f - main - mail/mpop: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8921127a4d5f377f295962e7fd6f83f1398e58f2 commit 8921127a4d5f377f295962e7fd6f83f1398e58f2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:36:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:50 +0000 mail/mpop: Moved man to share/man Approved by: portmgr (blanket) --- mail/mpop/Makefile | 3 ++- mail/mpop/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 3012c1b3cf80..e46882c67728 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpop DISTVERSION= 1.4.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ @@ -13,6 +13,7 @@ LICENSE= GPLv3+ USES= cpe gettext gmake makeinfo pkgconfig tar:xz CPE_VENDOR= martin_lambers GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-tls=no LDFLAGS+= -L${LOCALBASE}/lib -lintl diff --git a/mail/mpop/pkg-plist b/mail/mpop/pkg-plist index 9274cd8eff5f..e10d7b21c621 100644 --- a/mail/mpop/pkg-plist +++ b/mail/mpop/pkg-plist @@ -1,7 +1,7 @@ bin/mpop bin/mpopd -man/man1/mpop.1.gz -man/man1/mpopd.1.gz +share/man/man1/mpop.1.gz +share/man/man1/mpopd.1.gz share/locale/de/LC_MESSAGES/mpop.mo share/locale/eo/LC_MESSAGES/mpop.mo share/locale/es/LC_MESSAGES/mpop.mo