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/nessus-core | |
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/nessus-core')
-rw-r--r-- | security/nessus-core/Makefile | 4 | ||||
-rw-r--r-- | security/nessus-core/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile index e6bd5fc2fd7..3ce4d969ae8 100644 --- a/security/nessus-core/Makefile +++ b/security/nessus-core/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 11:13:09 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:54 wiz Exp $ # DISTNAME= nessus-core-${VERS} .include "../nessus/Makefile.common" +COMMENT= Core module of the Nessus Network Security Scanner + DEPENDS+= nessus-libraries-${VERS}:../nessus-libraries DEPENDS+= libnasl-${VERS}:../libnasl DEPENDS+= gtk+-1.2.*:../../x11/gtk diff --git a/security/nessus-core/pkg/COMMENT b/security/nessus-core/pkg/COMMENT deleted file mode 100644 index 8c2c72f5204..00000000000 --- a/security/nessus-core/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Core module of the Nessus Network Security Scanner |