diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-04-08 02:12:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-04-08 02:12:14 +0800 |
commit | 98db401a28280b58f3a43b77207111ea3933c9a0 (patch) | |
tree | e1f75c0f333f8f269a0f1e923c944a1a42ec2324 /misc | |
parent | df6300d94eab408cd9413dc6e22a4aa676728d85 (diff) | |
download | marcuscom-ports-98db401a28280b58f3a43b77207111ea3933c9a0.tar.gz marcuscom-ports-98db401a28280b58f3a43b77207111ea3933c9a0.tar.zst marcuscom-ports-98db401a28280b58f3a43b77207111ea3933c9a0.zip |
Sync with FreeBSD, don't create empty directories. This pets pkgng.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16708 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | misc/gnome-icon-theme/files/patch-po_Makefile.in.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/misc/gnome-icon-theme/files/patch-Makefile.in b/misc/gnome-icon-theme/files/patch-Makefile.in new file mode 100644 index 000000000..bd6555750 --- /dev/null +++ b/misc/gnome-icon-theme/files/patch-Makefile.in @@ -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 diff --git a/misc/gnome-icon-theme/files/patch-po_Makefile.in.in b/misc/gnome-icon-theme/files/patch-po_Makefile.in.in new file mode 100644 index 000000000..170f9ba9d --- /dev/null +++ b/misc/gnome-icon-theme/files/patch-po_Makefile.in.in @@ -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 |