diff options
Diffstat (limited to 'dns/dnsflood/Makefile')
-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 cd56e953e939..b0a16c4d7bd9 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -2,7 +2,6 @@ PORTNAME= dnsflood PORTVERSION= 1.20 CATEGORIES= dns MASTER_SITES= ZI -EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= DNS flood detector @@ -10,6 +9,8 @@ WWW= http://www.adotout.com/ LICENSE= GPLv2 +USES= tar:tgz + WRKSRC= ${WRKDIR}/dns_flood_detector_1.2 PLIST_FILES= sbin/dns_flood_detector |