summaryrefslogtreecommitdiffstats
path: root/print/gnome-print/files/patch-ab
blob: 4c7b17b650a7b62a723aa71de867514a5b9d3401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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)