diff options
Diffstat (limited to 'print/gnome-print/files/patch-ab')
-rw-r--r-- | print/gnome-print/files/patch-ab | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/print/gnome-print/files/patch-ab b/print/gnome-print/files/patch-ab new file mode 100644 index 000000000..4c7b17b65 --- /dev/null +++ b/print/gnome-print/files/patch-ab @@ -0,0 +1,32 @@ + +$FreeBSD: ports/print/gnome-print/files/patch-ab,v 1.5 2006/10/14 08:54:50 marcus Exp $ + +--- Makefile.in.orig Fri Oct 5 11:37:00 2001 ++++ Makefile.in Fri Oct 5 11:40:45 2001 +@@ -157,7 +157,7 @@ + @LIBGPA_TRUE@LIBGPA_DIR = libgpa data + @LIBGPA_FALSE@LIBGPA_DIR = + +-SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR) ++SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR) + + INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\" + +@@ -171,7 +171,7 @@ + EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install + + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = printConf.sh + + CLEANFILES = printConf.sh +@@ -192,7 +192,7 @@ + TAR = gtar + GZIP_ENV = --best + DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles fonts \ +-tests installer ++installer + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |