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 /lang | |
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 'lang')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile index f9718667b54..ac7880cd9d4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.571 2020/07/11 11:56:59 nia Exp $ +# $NetBSD: Makefile,v 1.572 2020/07/17 06:10:34 wiz Exp $ # COMMENT= Programming languages @@ -144,7 +144,6 @@ SUBDIR+= librep SUBDIR+= libunwind SUBDIR+= likepython SUBDIR+= llvm -#SUBDIR+= lua # only contains Makefile fragments SUBDIR+= lua-moonscript SUBDIR+= lua51 SUBDIR+= lua52 @@ -200,7 +199,6 @@ SUBDIR+= pear SUBDIR+= perl5 SUBDIR+= pfe SUBDIR+= pforth -#SUBDIR+= php # only contains Makefile fragments SUBDIR+= php56 SUBDIR+= php72 SUBDIR+= php73 @@ -234,7 +232,6 @@ SUBDIR+= py27-html-docs SUBDIR+= py36-html-docs SUBDIR+= py37-html-docs SUBDIR+= py38-html-docs -#SUBDIR+= python # only contains Makefile fragments SUBDIR+= python27 SUBDIR+= python36 SUBDIR+= python37 |