diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-26 09:12:47 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-26 09:12:47 +0000 |
commit | 48b7dcec7a8351ad9053db884785b51e0c077a54 (patch) | |
tree | 9256dbdb10aa776e4bbf6b22c4f7fc4efb9429b0 /print/gnomephotoprinter/files/patch-glade::Makefile.in | |
parent | Upgrade to 1.3.11-RC1. This fixes bidwatcher to work with the latest (diff) |
Source tarball rerolled.
Reported by: bento
Diffstat (limited to '')
-rw-r--r-- | print/gnomephotoprinter/files/patch-glade::Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/gnomephotoprinter/files/patch-glade::Makefile.in b/print/gnomephotoprinter/files/patch-glade::Makefile.in new file mode 100644 index 000000000000..8efc47e507e8 --- /dev/null +++ b/print/gnomephotoprinter/files/patch-glade::Makefile.in @@ -0,0 +1,15 @@ +--- glade/Makefile.in.orig Wed Nov 26 17:59:38 2003 ++++ glade/Makefile.in Wed Nov 26 18:00:19 2003 +@@ -80,10 +80,10 @@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ +-glade_DATA = gpp.glade gpp.gladep ++glade_DATA = gpp.glade + gladedir = @GPP_DATADIR@ + +-EXTRA_DIST = $(glade_DATA) ++EXTRA_DIST = $(glade_DATA) gpp.gladep + subdir = glade + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |