diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/portsentry | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 3 | ||||
-rw-r--r-- | security/portsentry/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 5d23206be1b..8ed3e6896e5 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/07 16:20:19 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:50:03 wiz Exp $ # DISTNAME= portsentry-1.0 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.psionic.com/tools/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psionic.com/abacus/portsentry/ +COMMENT= detects and respond to port scans against a target host in real-time ALL_TARGET= ${LOWER_OPSYS} diff --git a/security/portsentry/pkg/COMMENT b/security/portsentry/pkg/COMMENT deleted file mode 100644 index afd49f95f51..00000000000 --- a/security/portsentry/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -detects and respond to port scans against a target host in real-time |