diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-02-17 07:37:23 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-02-17 07:37:23 +0000 |
commit | bf5b9e63a0590b413fed1d0b3f2acc5da424194b (patch) | |
tree | 4bf18bb58b1cf0a00b8eef459eef159b61cd043f /net | |
parent | Re-enable IPv6 support. (diff) |
Re-add 'ipv6' on CATEGORIES. I've forgot it.
Notes
Notes:
svn path=/head/; revision=25926
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f2b34a52cba6..fe80c462602f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,7 +8,7 @@ # DISTNAME= rsync-2.4.1 -CATEGORIES= net # ipv6 (disabled until upgraded) +CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ |