Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:54 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45b47dcd1b02 - main - mail/isync: Move manpages to share/man
Message-ID:  <202401211743.40LHhsRu099555@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45b47dcd1b026068f1014d4a352428c26d6cd87f

commit 45b47dcd1b026068f1014d4a352428c26d6cd87f
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:32:04 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:27 +0000

    mail/isync: Move manpages to share/man
---
 mail/isync/Makefile  | 7 +++++--
 mail/isync/pkg-plist | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 9de86aec08f2..1f8d00f50b2d 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	isync
-PORTVERSION=	1.4.4
-PORTREVISION=	1
+DISTVERSION=	1.4.4
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -27,6 +27,9 @@ MAKE_ARGS+=	SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
 CPPFLAGS+=	-I${BDB_INCLUDE_DIR}
 LDFLAGS+=	-L${BDB_LIB_DIR}
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \
diff --git a/mail/isync/pkg-plist b/mail/isync/pkg-plist
index e332bb497d4f..8ef90bf07974 100644
--- a/mail/isync/pkg-plist
+++ b/mail/isync/pkg-plist
@@ -2,5 +2,5 @@ bin/mbsync
 bin/mbsync-get-cert
 bin/mdconvert
 @sample etc/mbsyncrc.sample
-man/man1/mbsync.1.gz
-man/man1/mdconvert.1.gz
+share/man/man1/mbsync.1.gz
+share/man/man1/mdconvert.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211743.40LHhsRu099555>