mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Patches for using rsync as a client/server system without using
rsh or ssh for transport. Obtained from: Warren Toomey <wkt@cs.adfa.oz.au>
This commit is contained in:
parent
33438f1d9c
commit
ce54382510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8039
@ -3,7 +3,7 @@
|
||||
# Date created: Sat Aug 3, 1996
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1996/12/01 00:22:48 obrien Exp $
|
||||
# $Id: Makefile,v 1.5 1996/12/01 01:23:12 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rsync-1.6.2
|
||||
@ -16,6 +16,11 @@ MAINTAINER= obrien@cs.ucdavis.edu
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= rsync.1
|
||||
|
||||
post-patch:
|
||||
cp ${FILESDIR}/clientserver.c ${WRKSRC}
|
||||
cp ${FILESDIR}/README.daemon ${WRKSRC}
|
||||
cp ${FILESDIR}/rsyncd_trees.eg ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/rsync
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/rsync
|
||||
bin/rsyncd
|
||||
man/man1/rsync.1.gz
|
||||
share/doc/rsync/tech_report.ps
|
||||
|
Loading…
Reference in New Issue
Block a user