aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2014-06-04 06:07:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2014-06-04 06:07:23 +0000
commite9c1a5f715b2c56192d3c1f7c361aaa7b425f23d (patch)
tree05fccd91839b475dcfc99013b055736763707b05 /net-mgmt
parent073a0318370461fdec34de2a426be5bfc3c67981 (diff)
downloadports-e9c1a5f715b2c56192d3c1f7c361aaa7b425f23d.tar.gz
ports-e9c1a5f715b2c56192d3c1f7c361aaa7b425f23d.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsd-airtools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile
index ac8da6500d96..5cfb3b81cd01 100644
--- a/net-mgmt/bsd-airtools/Makefile
+++ b/net-mgmt/bsd-airtools/Makefile
@@ -11,6 +11,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD Wireless Scanning Tools
+BROKEN= broken by removal of wicontrol ioctls from if_wavelan_ieee.h; domain disappeared
+DEPRECATED= "${BROKEN}"
+EXPIRATION_DATE= 2014-08-04
+
CONF_AIRTOOLS= dstumbler
MAKE_AIRTOOLS= dweputils/dwepcrack dweputils/dwepdump \
dweputils/dwepkeygen prism2ctl prism2dump
@@ -35,5 +39,4 @@ do-install:
${DOCSDIR}/README.`${BASENAME} ${TOOL}`
.endfor
-IGNORE= broken by removal of wicontrol ioctls from if_wavelan_ieee.h
.include <bsd.port.mk>