aboutsummaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-08-06 14:36:06 +0200
committerEmmanuel Vadot <manu@FreeBSD.org>2021-08-06 14:37:45 +0200
commit86c71e97d19f8b82b8ab79a56b20998ada7ee868 (patch)
tree66ce0299ce5fabad94cbcfee3bdc8460fb5d02dd /share/monetdef
parente06b8f11280397d7fdaa27d8d6f8eec9e4c707b3 (diff)
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/monetdef')
-rw-r--r--share/monetdef/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index dd1732bd87c6..4e62cbf4b5e3 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -140,6 +140,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
.for f in ${LOCALES}
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
.endfor
.include <bsd.prog.mk>