diff options
-rw-r--r-- | dns/firedns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile index 1283b42067ca..210a982de699 100644 --- a/dns/firedns/Makefile +++ b/dns/firedns/Makefile @@ -4,14 +4,14 @@ PORTNAME= firedns PORTVERSION= 0.9.12 CATEGORIES= dns devel -MASTER_SITES= http://www.firestuff.org/projects/ \ +MASTER_SITES= http://BSDforge.com/projects/source/dns/firedns/ \ + http://www.firestuff.org/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ MAINTAINER= dean@odyssey.apana.org.au COMMENT= C library for handling asynchronous DNS queries -BROKEN= Unfetchable BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring USES= tar:bzip2 |