diff options
author | kris <kris@FreeBSD.org> | 2004-03-06 19:33:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-06 19:33:55 +0800 |
commit | df3be03ae3634a77bbbd9e3b70fbf5507c579eb5 (patch) | |
tree | 78ee206214b1fd51cd2f6cc78744043fe7debaf4 /dns/rbldnsd/Makefile | |
parent | fecb02722a6e5c0433647223375788225a31e9a3 (diff) | |
download | freebsd-ports-gnome-df3be03ae3634a77bbbd9e3b70fbf5507c579eb5.tar.gz freebsd-ports-gnome-df3be03ae3634a77bbbd9e3b70fbf5507c579eb5.tar.zst freebsd-ports-gnome-df3be03ae3634a77bbbd9e3b70fbf5507c579eb5.zip |
Fix checksum mismatch by adding html docs to IGNOREFILES.
Diffstat (limited to 'dns/rbldnsd/Makefile')
-rw-r--r-- | dns/rbldnsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile index 83443c3d859c..e15801c3b619 100644 --- a/dns/rbldnsd/Makefile +++ b/dns/rbldnsd/Makefile @@ -15,13 +15,12 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0 MAINTAINER= paul+ports@it.ca COMMENT= Small and fast DNS daemon especially for DNSBL zones -BROKEN= "Checksum mismatch" - .if !defined(NOPORTDOCS) EXTRACT_ONLY= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} MASTER_SITES+= http://www.corpit.ru/mjt/:1 \ http://www.it.ca/~paul/src/:1 DISTFILES+= rbldnsd.html:1 +IGNOREFILES+= rbldnsd.html .endif MAN8= rbldnsd.8 |