pkgbase: locales: Also tag the files dir

Otherwise bsd.dirs.mk will create the directory with the default
package (utilities) and we end up with a bunch of empty dirs managed
by this package while it shouldn't be the case.
This commit is contained in:
Emmanuel Vadot
2021-08-06 14:36:06 +02:00
parent e06b8f1128
commit 86c71e97d1
10 changed files with 13 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
.for f in ${LOCALES}
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
FILESDIR_${f}.outPACKAGE= locales
.endfor
.include <bsd.prog.mk>