head 1.2; access; symbols pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2022.12.06.00.45.33; author gutteridge; state Exp; branches; next 1.1; commitid buvEYX8Iu3jOQq4E; 1.1 date 2022.11.27.19.57.39; author gutteridge; state Exp; branches; next ; commitid GO0ffnRb79B8vn3E; desc @@ 1.2 log @mate-backgrounds: fix patch metadata (NFC) @ text @$NetBSD: patch-po_Makefile.in.in,v 1.1 2022/11/27 19:57:39 gutteridge Exp $ 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-08-04 08:39:48.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 @ 1.1 log @mate-backgrounds: redo a patch differently During the build phase, translation files are generated, installed, and then deleted. This needs to be better sorted out upstream. @ text @d1 1 a1 1 $NetBSD$ d7 1 @