aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsflood/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-02-02 23:39:24 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-02-02 23:39:24 +0000
commit5cb444e1fbc9d94a41a0ed2f3d2bf25cf8ff82df (patch)
treecf97ca8174d1e27c348253dcbb184fe1a8322ebe /dns/dnsflood/Makefile
parent41261be54cd822922c8cc4878873557315bf8ccb (diff)
downloadports-5cb444e1fbc9d94a41a0ed2f3d2bf25cf8ff82df.tar.gz
ports-5cb444e1fbc9d94a41a0ed2f3d2bf25cf8ff82df.zip
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION Approved by: maintainer
Notes
Notes: svn path=/head/; revision=183991
Diffstat (limited to 'dns/dnsflood/Makefile')
-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