summaryrefslogtreecommitdiff
path: root/archivers/sharutils/files/patch-intl_Makefile.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/sharutils/files/patch-intl_Makefile.in
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'archivers/sharutils/files/patch-intl_Makefile.in')
-rw-r--r--archivers/sharutils/files/patch-intl_Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/sharutils/files/patch-intl_Makefile.in b/archivers/sharutils/files/patch-intl_Makefile.in
new file mode 100644
index 000000000000..723c5e53268c
--- /dev/null
+++ b/archivers/sharutils/files/patch-intl_Makefile.in
@@ -0,0 +1,22 @@
+--- intl/Makefile.in.orig 2015-05-30 15:35:20 UTC
++++ intl/Makefile.in
+@@ -451,7 +451,6 @@ install-exec: all
+ temp=$(DESTDIR)$(localedir)/t-locale.alias; \
+ dest=$(DESTDIR)$(localedir)/locale.alias; \
+ sed -f ref-add.sed $$orig > $$temp; \
+- $(INSTALL_DATA) $$temp $$dest; \
+ rm -f $$temp; \
+ else \
+ : ; \
+@@ -559,11 +558,6 @@ uninstall:
+ temp=$(DESTDIR)$(localedir)/t-locale.alias; \
+ dest=$(DESTDIR)$(localedir)/locale.alias; \
+ sed -f ref-del.sed $$dest > $$temp; \
+- if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
+- rm -f $$dest; \
+- else \
+- $(INSTALL_DATA) $$temp $$dest; \
+- fi; \
+ rm -f $$temp; \
+ fi; \
+ else \