git: 3399c4d9e895 - main - mail/msmtp: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Mar 2024 09:56:07 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3399c4d9e89523c865960297fcdebf03008c40d9 commit 3399c4d9e89523c865960297fcdebf03008c40d9 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-10 08:16:34 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-10 09:55:39 +0000 mail/msmtp: Move man pages to share/man Approved by: portmgr (blanket) --- mail/msmtp/Makefile | 2 ++ mail/msmtp/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index d30931697c1b..164457691f86 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,5 +1,6 @@ PORTNAME= msmtp PORTVERSION= 1.8.25 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ @@ -12,6 +13,7 @@ WWW= https://marlam.de/msmtp/ LICENSE= GPLv3 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= cpe gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/msmtp/pkg-plist b/mail/msmtp/pkg-plist index 318f55daf029..abe2cb7bd442 100644 --- a/mail/msmtp/pkg-plist +++ b/mail/msmtp/pkg-plist @@ -1,7 +1,5 @@ bin/msmtp %%MSMTPD%%bin/msmtpd -man/man1/msmtp.1.gz -%%MSMTPD%%man/man1/msmtpd.1.gz %%MSMTPQ%%bin/msmtp-queue %%MSMTPQ%%bin/msmtpq %%NLS%%share/locale/de/LC_MESSAGES/msmtp.mo @@ -14,3 +12,5 @@ man/man1/msmtp.1.gz %%NLS%%share/locale/sv/LC_MESSAGES/msmtp.mo %%NLS%%share/locale/ta/LC_MESSAGES/msmtp.mo %%NLS%%share/locale/uk/LC_MESSAGES/msmtp.mo +share/man/man1/msmtp.1.gz +%%MSMTPD%%share/man/man1/msmtpd.1.gz