aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-08-06 12:36:06 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-08-06 12:37:45 +0000
commit86c71e97d19f8b82b8ab79a56b20998ada7ee868 (patch)
tree66ce0299ce5fabad94cbcfee3bdc8460fb5d02dd /share/timedef/Makefile
parente06b8f11280397d7fdaa27d8d6f8eec9e4c707b3 (diff)
downloadsrc-86c71e97d19f8b82b8ab79a56b20998ada7ee868.tar.gz
src-86c71e97d19f8b82b8ab79a56b20998ada7ee868.zip
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.
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r--share/timedef/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index c33461ff36bd..af0cd2ea378f 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -219,6 +219,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
.for f in ${LOCALES}
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
.endfor
.include <bsd.prog.mk>