mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net/rsync: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f365803970
commit
d7ad686b82
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user