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 /fonts/Makefile | |
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 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index e827655bc5c..230170602f9 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.341 2020/06/17 11:06:28 nia Exp $ +# $NetBSD: Makefile,v 1.342 2020/07/17 06:10:34 wiz Exp $ # COMMENT= Fonts @@ -57,7 +57,6 @@ SUBDIR+= cyr-rfx-koi8-ru SUBDIR+= cyr-rfx-koi8-ub SUBDIR+= cyr-rfx-koi8_1 SUBDIR+= cyr-rfx-mac-cyrillic -#SUBDIR+= cyr-rfx-share # only shared files for cyr-rfx-* SUBDIR+= cyr-rfx-windows_1251 SUBDIR+= cyr-rfx-winlatin_1 SUBDIR+= dbz-ttf |