mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add some patches to prevent installation and deinstall of locale files.
This isn't needed because the translations are already merged in the index file. So now it doesn't create some empty directories, which pkgng doesn't like. Submitted by: pkgng exp-run (via bapt@) Feature safe: yes
This commit is contained in:
parent
064daf5d70
commit
3bf0d61521
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294341
10
misc/gnome-icon-theme/files/patch-Makefile.in
Normal file
10
misc/gnome-icon-theme/files/patch-Makefile.in
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.in.orig 2012-04-07 04:47:46.187713696 -0400
|
||||
+++ Makefile.in 2012-04-07 05:19:24.577708805 -0400
|
||||
@@ -837,7 +837,6 @@
|
||||
# we don't want to install mo files, all translations are already stored
|
||||
# in theme files
|
||||
install-data-local:
|
||||
- $(MAKE) -C po uninstall
|
||||
if [ -h $(DESTDIR)$(themedir) ]; then \
|
||||
rm -f $(DESTDIR)$(themedir); \
|
||||
fi
|
11
misc/gnome-icon-theme/files/patch-po_Makefile.in.in
Normal file
11
misc/gnome-icon-theme/files/patch-po_Makefile.in.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/Makefile.in.in.orig 2012-04-07 05:18:32.737703470 -0400
|
||||
+++ po/Makefile.in.in 2012-04-07 05:19:06.427701003 -0400
|
||||
@@ -97,7 +97,7 @@
|
||||
$(GETTEXT_PACKAGE).pot: $(POTFILES)
|
||||
$(GENPOT)
|
||||
|
||||
-install: install-data
|
||||
+install:
|
||||
install-data: install-data-@USE_NLS@
|
||||
install-data-no: all
|
||||
install-data-yes: all
|
Loading…
Reference in New Issue
Block a user