diff options
author | swills <swills@FreeBSD.org> | 2013-06-22 19:47:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-22 19:47:57 +0800 |
commit | 8e1f4fe95d67a4a94fb2b52f5bea1c4087837fed (patch) | |
tree | 807e8d108f590c1b734c5035c73cdced16749a63 /net-p2p | |
parent | e7aa3ae7250d4476c7c878cec01e4a995cc53a32 (diff) | |
download | freebsd-ports-gnome-8e1f4fe95d67a4a94fb2b52f5bea1c4087837fed.tar.gz freebsd-ports-gnome-8e1f4fe95d67a4a94fb2b52f5bea1c4087837fed.tar.zst freebsd-ports-gnome-8e1f4fe95d67a4a94fb2b52f5bea1c4087837fed.zip |
- Add local mirror to avoid GitHub issues
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 58926acebdbf..88dd04f10506 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -5,6 +5,10 @@ PORTNAME= litecoin PORTVERSION= 0.6.3c CATEGORIES= net-p2p finance +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~swills/ \ + GH + MAINTAINER= swills@FreeBSD.org COMMENT= Virtual Peer-to-Peer Currency Software |