diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-02-17 07:37:23 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-02-17 07:37:23 +0000 |
commit | 3c26a2a018b16205a54234a187c044a57ec69024 (patch) | |
tree | 07cda8545497e2717dcca1156ccc488ae76ac1ca /net/rsync/Makefile | |
parent | e5bed7319ccdd63d5fcd2823dac795616f9ec06f (diff) | |
download | FreeBSD-ports-3c26a2a018b16205a54234a187c044a57ec69024.zip FreeBSD-ports-3c26a2a018b16205a54234a187c044a57ec69024.tar.gz |
Re-add 'ipv6' on CATEGORIES. I've forgot it.
Diffstat (limited to 'net/rsync/Makefile')
-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 f2b34a5..fe80c46 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/ \ |