diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-01-13 02:25:32 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-01-13 02:25:32 +0800 |
commit | ff89fa1778e5df6c1b9fb4078003451bba1ce055 (patch) | |
tree | 2780c9f60d6453fe6e82eccff1b23d212416f2b2 /net/rsync | |
parent | f8aa0362d00d9ad1ef6ffb98d054adca53194c40 (diff) | |
download | freebsd-ports-gnome-ff89fa1778e5df6c1b9fb4078003451bba1ce055.tar.gz freebsd-ports-gnome-ff89fa1778e5df6c1b9fb4078003451bba1ce055.tar.zst freebsd-ports-gnome-ff89fa1778e5df6c1b9fb4078003451bba1ce055.zip |
Add Y2K= links
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 f4342f57b024..2ca8ac9f43bb 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.20 1998/12/09 03:03:13 billf Exp $ +# $Id: Makefile,v 1.21 1998/12/18 09:06:29 obrien Exp $ # DISTNAME= rsync-2.2.1 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= obrien@FreeBSD.org +Y2K= http://rsync.samba.org/rsync/y2k.html + GNU_CONFIGURE= yes MAN1= rsync.1 MAN5= rsyncd.conf.5 |