diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-18 12:34:34 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-18 12:34:34 +0000 |
commit | 8c99c96a96e9695b0fcd36d9dc5f83ac9de61804 (patch) | |
tree | 3a5566754017d3ae636ff635cba2038d415ae15a /net | |
parent | 6303c6dfda66933400c875ad0934cd85abd45dbb (diff) | |
download | FreeBSD-ports-8c99c96a96e9695b0fcd36d9dc5f83ac9de61804.zip FreeBSD-ports-8c99c96a96e9695b0fcd36d9dc5f83ac9de61804.tar.gz |
Add 'ipv6' on CATEGORIES.
Diffstat (limited to 'net')
-rw-r--r-- | net/mrt/Makefile | 2 | ||||
-rw-r--r-- | net/mtr/Makefile | 2 | ||||
-rw-r--r-- | net/pchar/Makefile | 2 | ||||
-rw-r--r-- | net/rsync/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/mrt/Makefile b/net/mrt/Makefile index c9b82f7..4e89ea6 100644 --- a/net/mrt/Makefile +++ b/net/mrt/Makefile @@ -8,7 +8,7 @@ DISTNAME= mrt-${VERBASE}-src PKGNAME= mrt-${VERBASE} -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ MAINTAINER= itojun@itojun.org diff --git a/net/mtr/Makefile b/net/mtr/Makefile index fbc605a..94b47dc 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -7,7 +7,7 @@ # DISTNAME= mtr-0.41 -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.giovannelli.it/~gmarco/files/ diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 2ceefba..4abb0db 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -8,7 +8,7 @@ # DISTNAME= pchar-1.0 -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ MAINTAINER= obrien@FreeBSD.org diff --git a/net/rsync/Makefile b/net/rsync/Makefile index bc76d58..9cd78e0 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,7 +8,7 @@ # DISTNAME= rsync-2.3.2 -CATEGORIES= net +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/ \ |