mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
--- Makefile.in.orig 2016-08-05 05:49:13 UTC
|
|
+++ Makefile.in
|
|
@@ -1027,28 +1027,6 @@ fonts.conf: fonts.conf.in Makefile
|
|
mv $@.tmp $@
|
|
|
|
install-data-local: fonts.conf
|
|
- $(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir)
|
|
- if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \
|
|
- echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
- mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \
|
|
- fi
|
|
- if [ -f $(srcdir)/fonts.conf ]; then \
|
|
- echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
- $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
|
- else if [ -f fonts.conf ]; then \
|
|
- echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
- $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
|
- fi; fi
|
|
- @(if $(RUN_FC_CACHE_TEST); then \
|
|
- echo "fc-cache$(EXEEXT) -s -f -v"; \
|
|
- fc-cache/fc-cache$(EXEEXT) -s -f -v; \
|
|
- else \
|
|
- echo "***"; \
|
|
- echo "*** Warning: fonts.cache not built"; \
|
|
- echo "***"; \
|
|
- echo "*** Generate this file manually on host system using fc-cache"; \
|
|
- echo "***"; \
|
|
- fi)
|
|
|
|
uninstall-local:
|
|
if [ -f $(srcdir)/fonts.conf ]; then \
|