aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-27 12:34:54 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-27 12:37:28 +0000
commitd7ad686b82de6b5a423c26f2034ed67b239ef620 (patch)
treef6551166ea3828ca968d83c402e9139e2692456a /net/rsync
parentf365803970816695bda540133563996d6219cd09 (diff)
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
-rw-r--r--net/rsync/pkg-plist8
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