diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:31:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:31:12 +0000 |
commit | 7a587bde603ae5f8399a0e1ea6dcf616a693ca93 (patch) | |
tree | 2c2e148d76e6e60ea528f84f1043f580ac62cf4b /print/gnome-print/files/patch-ab | |
parent | 25ba3e5428c01637e756441e8228254dd6dd0d28 (diff) |
Update to 0.30.
Notes
Notes:
svn path=/head/; revision=48586
Diffstat (limited to 'print/gnome-print/files/patch-ab')
-rw-r--r-- | print/gnome-print/files/patch-ab | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/print/gnome-print/files/patch-ab b/print/gnome-print/files/patch-ab index 687571490f12..f4479734a47b 100644 --- a/print/gnome-print/files/patch-ab +++ b/print/gnome-print/files/patch-ab @@ -1,11 +1,32 @@ ---- Makefile.in.orig Fri Jul 9 00:54:02 1999 -+++ Makefile.in Mon Jul 12 13:21:25 1999 -@@ -163,7 +163,7 @@ - EXTRA_DIST = printConf.sh.in gnome-print.spec + +$FreeBSD$ + +--- 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 - gnome_font_install_SOURCES = gnome-font-install.c + 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) |