diff options
author | wiz <wiz@pkgsrc.org> | 2020-07-17 06:10:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-07-17 06:10:34 +0000 |
commit | d36d174ce1715ef532743a9565bce406c1500a8e (patch) | |
tree | f65e4c36068561fd4d1a3bb4a2c23fdaf3e481e4 /security | |
parent | 813d16d37190be527e97251739eeba50d489bf42 (diff) | |
download | pkgsrc-d36d174ce1715ef532743a9565bce406c1500a8e.tar.gz |
pkglint: fix category Makefiles
pkglint 20.2.0 (and a bit earlier) does not insist on entries
for directories any longer that do not contain complete packages.
Remove them.
While here, fix security/Makefile that had two missing entries.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index e36ef629eb7..5f5854c6804 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.773 2020/07/08 12:41:12 nia Exp $ +# $NetBSD: Makefile,v 1.774 2020/07/17 06:10:34 wiz Exp $ # COMMENT= Security tools @@ -15,6 +15,7 @@ SUBDIR+= PortableSigner SUBDIR+= R-askpass SUBDIR+= R-digest SUBDIR+= R-openssl +SUBDIR+= TweetNaCl SUBDIR+= acmesh SUBDIR+= aide SUBDIR+= aide06 @@ -44,7 +45,6 @@ SUBDIR+= codecrypt SUBDIR+= courier-authlib SUBDIR+= crack SUBDIR+= credns -#SUBDIR+= crudesaml # only shared files SUBDIR+= crypto++ SUBDIR+= cvm SUBDIR+= cy2-anonymous @@ -231,6 +231,7 @@ SUBDIR+= msu SUBDIR+= msudir SUBDIR+= multigest SUBDIR+= munge +SUBDIR+= nacl SUBDIR+= netpgp SUBDIR+= netpgpverify SUBDIR+= netramet |