diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:38 +0800 |
commit | f2a06064f32b1c002fdfcfb47492b8ca1cfc7ded (patch) | |
tree | e3ce8bd88f562ab14c16d757915353ae889140ec /net-p2p | |
parent | cd01611e1cd6c3321f132c621adc1b0fc5875028 (diff) | |
download | freebsd-ports-gnome-f2a06064f32b1c002fdfcfb47492b8ca1cfc7ded.tar.gz freebsd-ports-gnome-f2a06064f32b1c002fdfcfb47492b8ca1cfc7ded.tar.zst freebsd-ports-gnome-f2a06064f32b1c002fdfcfb47492b8ca1cfc7ded.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index 1d42535da993..6c334fa333fe 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -4,7 +4,7 @@ PORTNAME= createtorrent PORTVERSION= 1.1.4 CATEGORIES= net-p2p -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create BitTorrent files from the command line |