Skip to content

Commit

Permalink
net/rsync: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 27, 2024
1 parent f365803 commit d7ad686
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 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/ \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit d7ad686

Please sign in to comment.