diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 23:27:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 23:27:51 +0000 |
commit | 135d18bea7fbd04583b90cec78de82a192574747 (patch) | |
tree | 83d8fa999dabacb1772ad17af1be89187184b260 /security | |
parent | a482d320778e2d1316fa923c3051b1ac71f9ddba (diff) | |
download | pkgsrc-135d18bea7fbd04583b90cec78de82a192574747.tar.gz |
Use META_PACKAGE
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus/Makefile | 11 | ||||
-rw-r--r-- | security/nessus/PLIST | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 68f7165e983..66e7878b024 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2008/10/13 22:32:54 bad Exp $ +# $NetBSD: Makefile,v 1.36 2009/04/08 23:27:51 joerg Exp $ -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= # empty .include "../../security/nessus/Makefile.common" @@ -13,11 +13,4 @@ COMMENT= The Nessus Network Security Scanner DEPENDS+= nessus-plugins-${VERS}nb*:../../security/nessus-plugins -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes - -do-install: # empty - .include "../../mk/bsd.pkg.mk" diff --git a/security/nessus/PLIST b/security/nessus/PLIST deleted file mode 100644 index 487a51742f7..00000000000 --- a/security/nessus/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:58 zuntum Exp $ -@comment just a placeholder, do not remove. |