diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/dsniff | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/dsniff')
-rw-r--r-- | security/dsniff/Makefile | 3 | ||||
-rw-r--r-- | security/dsniff/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index c0642a4676e..9b31a24fc67 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/18 08:49:38 itojun Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 17:49:42 wiz Exp $ # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ DISTNAME= dsniff-2.3 @@ -7,6 +7,7 @@ MASTER_SITES+= http://www.monkey.org/~dugsong/dsniff/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/ +COMMENT= password sniffer DEPENDS+= libnet-*:../../devel/libnet # libnids provides static library only, thus it isn't necessary at run-time, diff --git a/security/dsniff/pkg/COMMENT b/security/dsniff/pkg/COMMENT deleted file mode 100644 index 6713ae1dd1b..00000000000 --- a/security/dsniff/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -password sniffer |