diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-10-10 13:44:11 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-10-10 13:44:11 +0000 |
commit | fc116369c1f84c963fe97b227865228e43150137 (patch) | |
tree | 69b579dd1608f94d4c203e0652e845491ee237c1 /net-mgmt/lldpd/Makefile | |
parent | f344033666d8afaae53698541fd265f9acc22b34 (diff) | |
download | ports-fc116369c1f84c963fe97b227865228e43150137.tar.gz ports-fc116369c1f84c963fe97b227865228e43150137.zip |
net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES
PR: 203621
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
Notes
Notes:
svn path=/head/; revision=398994
Diffstat (limited to 'net-mgmt/lldpd/Makefile')
-rw-r--r-- | net-mgmt/lldpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile index d16c54e768af..58ca6b197356 100644 --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -4,7 +4,8 @@ PORTNAME= lldpd PORTVERSION= 0.7.18 CATEGORIES= net-mgmt -MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ +MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ + http://mirror.1labs.ch/${PORTNAME}/ MAINTAINER= freebsd@simweb.ch COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent |