aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsflood
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2007-02-03 07:39:24 +0800
committermarkus <markus@FreeBSD.org>2007-02-03 07:39:24 +0800
commit6eb04b717796ec1684744b36e274a36d80cfd839 (patch)
tree058ffd3fde2c99707b63604c4a13a2d5aa51e04d /dns/dnsflood
parent9ac9c906311db4da108e4f3c44da0424aadd0083 (diff)
downloadfreebsd-ports-gnome-6eb04b717796ec1684744b36e274a36d80cfd839.tar.gz
freebsd-ports-gnome-6eb04b717796ec1684744b36e274a36d80cfd839.tar.zst
freebsd-ports-gnome-6eb04b717796ec1684744b36e274a36d80cfd839.zip
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION Approved by: maintainer
Diffstat (limited to 'dns/dnsflood')
-rw-r--r--dns/dnsflood/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile
index 1ea70d3884eb..687a0196e8af 100644
--- a/dns/dnsflood/Makefile
+++ b/dns/dnsflood/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dnsflood
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.adotout.com/
EXTRACT_SUFX= .tgz
@@ -18,8 +19,8 @@ USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/dns_flood_detector
-PLIST_FILES= sbin/dns_flood_detector %%PORTDOCS%%%%DOCSDIR%%/README
-PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
+PLIST_FILES= sbin/dns_flood_detector
+PORTDOCS= README
pre-patch:
${CP} ${WRKSRC}/makefiles/Makefile-FreeBSD ${WRKSRC}/Makefile