diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 12:30:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 12:30:06 +0000 |
commit | 9e0dbf85e2922b02ce1e57381569331cd55cd7b5 (patch) | |
tree | 3c95259fd1559e2017c34ce07e8cd502b11fb302 /net/rsync | |
parent | b7b94c790b137a7c423397ea02c1e7737b3dd8a4 (diff) | |
download | ports-9e0dbf85e2922b02ce1e57381569331cd55cd7b5.tar.gz ports-9e0dbf85e2922b02ce1e57381569331cd55cd7b5.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0fc0f8ce66b3..22024257c1d3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -4,7 +4,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.13 1998/04/24 07:04:07 obrien Exp $ +# $Id: Makefile,v 1.14 1998/07/06 09:50:53 obrien Exp $ # DISTNAME= rsync-2.0.18 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= obrien@FreeBSD.org +BROKEN= fetch + GNU_CONFIGURE= yes MAN1= rsync.1 MAN5= rsyncd.conf.5 |