From 57d43b46f53799488b864d64e46603db4bbc92bc Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 14 Sep 2002 23:01:49 +0000 Subject: Correct logic for adding webspy manpage based on WITHOUT_X11 --- security/dsniff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index a26f162eafba..1424f39e8abf 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -24,10 +24,10 @@ MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11='' +MAN8+= webspy.8 .else CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' -MAN8+= webspy.8 .endif .include -- cgit