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/scanssh | |
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/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 3 | ||||
-rw-r--r-- | security/scanssh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 8104751ed26..d8b8b083105 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/15 06:40:23 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:50:07 wiz Exp $ DISTNAME= scanssh-1.3a CATEGORIES= security @@ -6,6 +6,7 @@ MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.monkey.org/~provos/scanssh/ +COMMENT= ssh remote version scanner GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/scanssh diff --git a/security/scanssh/pkg/COMMENT b/security/scanssh/pkg/COMMENT deleted file mode 100644 index d8b192e81d9..00000000000 --- a/security/scanssh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -ssh remote version scanner |