diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-05 19:15:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-05 19:15:33 +0000 |
commit | 90861262478ce88b83c6bb4ff1621157ba47d658 (patch) | |
tree | a06f417882091e20f4b57132e6b245777e6e97ea /dns | |
parent | - New options WITH_DEBUG and WITH_OPTIMIZED (diff) |
- Fix MASTER_SITES
Reported by: bento via kris
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsflood/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile index 797070265f5a..51ae41ce1d4e 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -8,7 +8,8 @@ PORTNAME= dnsflood PORTVERSION= 1.10 CATEGORIES= dns -MASTER_SITES= http://www.adotout.com/ +MASTER_SITES= http://www.adotout.com/ \ + http://voodoo.oberon.net/ EXTRACT_SUFX= .tgz MAINTAINER= krion@FreeBSD.org |