diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-02-02 23:39:24 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-02-02 23:39:24 +0000 |
commit | 5cb444e1fbc9d94a41a0ed2f3d2bf25cf8ff82df (patch) | |
tree | cf97ca8174d1e27c348253dcbb184fe1a8322ebe /dns | |
parent | Bring this up to the current ports/Mk file. (diff) |
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=183991
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsflood/Makefile | 5 |
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 |