head 1.1; access; symbols pkgsrc-2024Q1:1.1.0.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2022.12.06.00.49.22; author gutteridge; state Exp; branches; next ; commitid iRPSInAkCg4uRq4E; desc @@ 1.1 log @mate-themes: patch out redundancies and add ICON_THEMES=yes During the build phase, translation files are generated, installed, and then deleted. This needs to be better sorted out upstream. @ text @$NetBSD$ Remove directories after purging translation files. (During the build phase, translation files are generated, installed, and then deleted. This needs to be better sorted out upstream.) --- po/Makefile.in.in.orig 2021-09-09 19:11:40.000000000 +0000 +++ po/Makefile.in.in @@@@ -367,6 +367,7 @@@@ uninstall-data-yes: for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ + rm -fr $(DESTDIR)$(localedir); \ done check: all @