summaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontconfig/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:15:27 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:15:27 +0800
commitf9e68d7e9767fa3d173a18668c9990aec33b7642 (patch)
treea16fbea02640e1c182ab0437bb55b36bb52b29db /x11-fonts/fontconfig/files
parentbebb00e23617df742db23aa506a23c869d5d29f4 (diff)
downloadmarcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar.gz
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar.bz2
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar.lz
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar.xz
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.tar.zst
marcuscom-ports-f9e68d7e9767fa3d173a18668c9990aec33b7642.zip
- Clean x11-fonts
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5066 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts/fontconfig/files')
-rw-r--r--x11-fonts/fontconfig/files/patch-Makefile.in32
-rw-r--r--x11-fonts/fontconfig/files/pkg-install.in11
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-fonts/fontconfig/files/patch-Makefile.in b/x11-fonts/fontconfig/files/patch-Makefile.in
deleted file mode 100644
index 1a310350f..000000000
--- a/x11-fonts/fontconfig/files/patch-Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.in.orig Wed Jul 27 02:23:03 2005
-+++ Makefile.in Wed Jul 27 02:25:27 2005
-@@ -721,28 +721,7 @@
-
-
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(configdir)
-- if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \
-- echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \
-- mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \
-- fi
-- if [ -f $(srcdir)/fonts.conf ]; then \
-- echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
-- $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
-- else if [ -f fonts.conf ]; then \
-- echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
-- $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
-- fi; fi
-- if $(RUN_FC_CACHE_TEST); then \
-- echo " fc-cache/fc-cache -f -v"; \
-- fc-cache/fc-cache -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 \
diff --git a/x11-fonts/fontconfig/files/pkg-install.in b/x11-fonts/fontconfig/files/pkg-install.in
deleted file mode 100644
index 2ce9fb1c5..000000000
--- a/x11-fonts/fontconfig/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin
-export PATH
-
-if [ "$2" = "POST-INSTALL" ]; then
- echo "Running fc-cache to build fontconfig cache..."
- fc-cache -f -v
-elif [ "$2" = "DEINSTALL" ]; then
- find %%PREFIX%%/lib/X11/fonts/ -name fonts.cache-1 -delete
-fi