diff options
author | kris <kris@FreeBSD.org> | 2002-09-15 07:01:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-15 07:01:49 +0800 |
commit | 57d43b46f53799488b864d64e46603db4bbc92bc (patch) | |
tree | 34a208a313c1604267898eea1cba6848eb400d06 /security/dsniff | |
parent | a0bd435d558d4edc44ab47739e7013bb44231bbc (diff) | |
download | freebsd-ports-gnome-57d43b46f53799488b864d64e46603db4bbc92bc.tar.gz freebsd-ports-gnome-57d43b46f53799488b864d64e46603db4bbc92bc.tar.zst freebsd-ports-gnome-57d43b46f53799488b864d64e46603db4bbc92bc.zip |
Correct logic for adding webspy manpage based on WITHOUT_X11
Diffstat (limited to 'security/dsniff')
-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> |