git: d7ad686b82de - main - net/rsync: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 12:40:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7ad686b82de6b5a423c26f2034ed67b239ef620 commit d7ad686b82de6b5a423c26f2034ed67b239ef620 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 12:34:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 12:37:28 +0000 net/rsync: Moved man to share/man Approved by: portmgr (blanket) --- net/rsync/Makefile | 4 +++- net/rsync/pkg-plist | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 407489f38005..70e7c0cf3a63 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,5 +1,6 @@ PORTNAME= rsync DISTVERSION= 3.2.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \ http://rsync.mirror.garr.it/src/ \ @@ -27,6 +28,7 @@ USE_RC_SUBR= rsyncd SHEBANG_FILES= support/rrsync GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-debug \ --enable-ipv6 \ --with-rsyncd-conf=${ETCDIR}/rsyncd.conf @@ -96,7 +98,7 @@ post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/rsyncd.conf.sample ${STAGEDIR}${ETCDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/support/rrsync ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/rrsync.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/rrsync.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/rsync/pkg-plist b/net/rsync/pkg-plist index a5ef927bc707..c0f2998051d5 100644 --- a/net/rsync/pkg-plist +++ b/net/rsync/pkg-plist @@ -1,8 +1,8 @@ bin/rsync bin/rsync-ssl sbin/rrsync -man/man1/rrsync.1.gz -man/man1/rsync.1.gz -man/man1/rsync-ssl.1.gz -man/man5/rsyncd.conf.5.gz +share/man/man1/rrsync.1.gz +share/man/man1/rsync.1.gz +share/man/man1/rsync-ssl.1.gz +share/man/man5/rsyncd.conf.5.gz @sample %%ETCDIR%%/rsyncd.conf.sample