diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net/dosdetector/Makefile | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'net/dosdetector/Makefile')
-rw-r--r-- | net/dosdetector/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile index addd982eaf79..30f4a36b6f91 100644 --- a/net/dosdetector/Makefile +++ b/net/dosdetector/Makefile @@ -9,7 +9,7 @@ PORTNAME= dosdetector PORTVERSION= 20060621 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/ @@ -17,7 +17,7 @@ MAINTAINER= msciciel@dark-zone.eu COMMENT= Detect suspicious network traffic HAS_CONFIGURE= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 PLIST_FILES= bin/dosdetector MAN1= dosdetector.1 |