aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 17:32:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 17:43:27 +0000
commit45b47dcd1b026068f1014d4a352428c26d6cd87f (patch)
tree3c4196418c3c893df0730febad6e9f3ce70fbed5
parent6834205ce2ee7018563734db39cdba7d8f8dd91a (diff)
downloadports-45b47dcd1b026068f1014d4a352428c26d6cd87f.tar.gz
ports-45b47dcd1b026068f1014d4a352428c26d6cd87f.zip
mail/isync: Move manpages to share/man
-rw-r--r--mail/isync/Makefile7
-rw-r--r--mail/isync/pkg-plist4
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