diff options
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 5bad4b97197e..c24d669ee78f 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dsniff -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= security MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/ @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ GNU_CONFIGURE= yes USE_XLIB= yes -MAN8= arpredirect.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ - tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 +MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ + tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ + sshmitm.8 webmitm.8 .include <bsd.port.mk> |