summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pango/files')
-rw-r--r--x11-toolkits/pango/files/patch-ac16
-rw-r--r--x11-toolkits/pango/files/patch-configure17
-rw-r--r--x11-toolkits/pango/files/pkg-install.in11
3 files changed, 0 insertions, 44 deletions
diff --git a/x11-toolkits/pango/files/patch-ac b/x11-toolkits/pango/files/patch-ac
deleted file mode 100644
index acfaf0bca..000000000
--- a/x11-toolkits/pango/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
- $MCom$
-
---- Makefile.in.orig Mon Aug 2 19:12:56 2004
-+++ Makefile.in Mon Aug 2 19:13:11 2004
-@@ -234,7 +234,7 @@
-
- AUTOMAKE_OPTIONS = 1.7
-
--SUBDIRS = pango modules examples docs tools tests
-+SUBDIRS = pango modules examples docs tools
-
- EXTRA_DIST = \
- pango.pc.in \
-
diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure
deleted file mode 100644
index 76a6d1eef..000000000
--- a/x11-toolkits/pango/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig Mon Aug 2 19:13:53 2004
-+++ configure Mon Aug 2 19:14:46 2004
-@@ -23948,10 +23948,10 @@
- s,@CYGPATH_W@,$CYGPATH_W,;t t
- s,@PACKAGE@,$PACKAGE,;t t
- s,@VERSION@,$VERSION,;t t
--s,@ACLOCAL@,$ACLOCAL,;t t
--s,@AUTOCONF@,$AUTOCONF,;t t
--s,@AUTOMAKE@,$AUTOMAKE,;t t
--s,@AUTOHEADER@,$AUTOHEADER,;t t
-+s,@ACLOCAL@,/usr/bin/true,;t t
-+s,@AUTOCONF@,/usr/bin/true,;t t
-+s,@AUTOMAKE@,/usr/bin/true,;t t
-+s,@AUTOHEADER@,/usr/bin/true,;t t
- s,@MAKEINFO@,$MAKEINFO,;t t
- s,@AMTAR@,$AMTAR,;t t
- s,@install_sh@,$install_sh,;t t
diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in
deleted file mode 100644
index 2eefcdfcd..000000000
--- a/x11-toolkits/pango/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin
-export PATH
-
-case $2 in
-POST-INSTALL)
- echo "Running fc-cache to build fontconfig cache..."
- fc-cache -f -v
- ;;
-esac