diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 23:01:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 23:01:49 +0000 |
commit | 321c63b70976775495b7ed220d7317c9067aecc6 (patch) | |
tree | 547a2c17bdf1282c084a4de369ab2ce77a75499a | |
parent | Add missing manpage (diff) |
Correct logic for adding webspy manpage based on WITHOUT_X11
-rw-r--r-- | security/dsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |