diff options
author | steve <steve@FreeBSD.org> | 1999-08-22 11:46:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-22 11:46:56 +0800 |
commit | daf6d5c5ea0a508a30fea692a2432e91dcc67911 (patch) | |
tree | 8c14c1056423c1c3a04c2d45b733983c525bfa07 /print/gnomeprint/files | |
parent | 0dfab741cefcdaa4271986adb95f49e0663e33f8 (diff) | |
download | freebsd-ports-gnome-daf6d5c5ea0a508a30fea692a2432e91dcc67911.tar.gz freebsd-ports-gnome-daf6d5c5ea0a508a30fea692a2432e91dcc67911.tar.zst freebsd-ports-gnome-daf6d5c5ea0a508a30fea692a2432e91dcc67911.zip |
Update to version 0.4.
PR: 12781 (7 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'print/gnomeprint/files')
-rw-r--r-- | print/gnomeprint/files/patch-ab | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/print/gnomeprint/files/patch-ab b/print/gnomeprint/files/patch-ab index df0232a828a7..687571490f12 100644 --- a/print/gnomeprint/files/patch-ab +++ b/print/gnomeprint/files/patch-ab @@ -1,20 +1,11 @@ ---- Makefile.in.orig Tue Feb 2 08:05:00 1999 -+++ Makefile.in Thu Feb 18 17:14:57 1999 -@@ -161,7 +161,7 @@ +--- 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 - EXTRA_DIST = printConf.sh.in gnome-font-install.in -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = printConf.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -562,7 +562,7 @@ - uninstall-am: uninstall-libLTLIBRARIES uninstall-confexecDATA \ - uninstall-libgnomeprintincHEADERS - uninstall: uninstall-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ - $(HEADERS) config.h - all-redirect: all-recursive-am - install-strip: + + gnome_font_install_SOURCES = gnome-font-install.c |