diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-09-28 05:29:00 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-28 05:29:00 +0000 |
commit | 0f7de020d6913094d4b1f44dba3cda936033c668 (patch) | |
tree | 915a47353db5e4a7ca6fc348098235c2a7a9f4b8 /net/rsync | |
parent | Patches for using rsync as a client/server system without using (diff) |
Also install the notes for the daemon mode extention.
Notes
Notes:
svn path=/head/; revision=8040
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 42620baeca0e..d4fda44b39f4 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.5 1996/12/01 01:23:12 obrien Exp $ +# $Id: Makefile,v 1.6 1997/09/28 04:49:41 peter Exp $ # DISTNAME= rsync-1.6.2 @@ -26,6 +26,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync + ${INSTALL_DATA} ${FILESDIR}/README.daemon ${PREFIX}/share/doc/rsync + ${INSTALL_DATA} ${FILESDIR}/rsyncd_trees.eg ${PREFIX}/share/doc/rsync .endif .include <bsd.port.mk> diff --git a/net/rsync/pkg-plist b/net/rsync/pkg-plist index 7db0ad5ea962..115782631ed6 100644 --- a/net/rsync/pkg-plist +++ b/net/rsync/pkg-plist @@ -1,4 +1,6 @@ bin/rsync bin/rsyncd man/man1/rsync.1.gz +share/doc/rsync/README.daemon +share/doc/rsync/rsyncd_trees.eg share/doc/rsync/tech_report.ps |