diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-01 15:47:52 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-01 15:47:52 +0000 |
commit | 2ceb7dffcc1c584b961c4825e4ac09f4c2c92f9d (patch) | |
tree | ff4d2e1b5a204c7021ac1314612f54d4f59026ae | |
parent | Reset Jim Riggs' ports by his request (diff) |
net/ifstated: Provide new mirrors for the distfile
Notes
Notes:
svn path=/head/; revision=483683
-rw-r--r-- | net/ifstated/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index 5c586ae318f5..dd6fd56d83c8 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -6,7 +6,9 @@ PORTVERSION= 5.1 PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= net -MASTER_SITES= http://christianserving.org/ports/net/ifstated/ +MASTER_SITES= LOCAL/tobik \ + http://pkg.tobik.me/distfiles/ \ + http://christianserving.org/ports/net/ifstated/ MAINTAINER= tobik@FreeBSD.org COMMENT= Interface state daemon |