diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:28 +0800 |
commit | cd01611e1cd6c3321f132c621adc1b0fc5875028 (patch) | |
tree | b0433072a9cb87f7920336cd3ace0bbe04528278 /net-mgmt/cidr/Makefile | |
parent | 941ec99df8b7a0e434d1d0030c3e0a64303e1786 (diff) | |
download | freebsd-ports-gnome-cd01611e1cd6c3321f132c621adc1b0fc5875028.tar.gz freebsd-ports-gnome-cd01611e1cd6c3321f132c621adc1b0fc5875028.tar.zst freebsd-ports-gnome-cd01611e1cd6c3321f132c621adc1b0fc5875028.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'net-mgmt/cidr/Makefile')
-rw-r--r-- | net-mgmt/cidr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile index 85d0357aa816..4592292974f5 100644 --- a/net-mgmt/cidr/Makefile +++ b/net-mgmt/cidr/Makefile @@ -5,7 +5,7 @@ PORTNAME= cidr PORTVERSION= 2.3.2 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= RFC 1878 subnet calculator / helper |