summaryrefslogtreecommitdiff
path: root/graphics/eog/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-07-22 01:34:20 +0000
committerwiz <wiz@pkgsrc.org>2001-07-22 01:34:20 +0000
commit769301a2e699e05054f3931421fecd139f280f82 (patch)
treed778b3efbe145b65daa038e3fbeebf7376484430 /graphics/eog/patches
parent67d1e510f1e0baedaf7e9ebd14e95566393c3ee7 (diff)
downloadpkgsrc-769301a2e699e05054f3931421fecd139f280f82.tar.gz
Initial import of eog-0.6, the Eye of Gnome, an image viewing and
cataloging program. Package provided by Eric Gillespie Jr. in pkg/13517, partially buildlinked by me.
Diffstat (limited to 'graphics/eog/patches')
-rw-r--r--graphics/eog/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/eog/patches/patch-aa b/graphics/eog/patches/patch-aa
new file mode 100644
index 00000000000..fe87f73e61c
--- /dev/null
+++ b/graphics/eog/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/22 01:34:20 wiz Exp $
+
+--- doc/C/Makefile.in.orig Fri Jul 20 19:44:02 2001
++++ doc/C/Makefile.in
+@@ -269,12 +269,6 @@
+ $(INSTALL_DATA) $$file $(DESTDIR)$(eog_helpdir)/fig/$$basefile; \
+ done
+
+- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(eog_helpdir)/stylesheet-images
+- -for file in $(srcdir)/eog/stylesheet-images/*; do \
+- basefile=`basename $$file`; \
+- $(INSTALL_DATA) $$file $(DESTDIR)$(eog_helpdir)/stylesheet-images/$$basefile; \
+- done
+-
+ eog.ps: eog.sgml
+ -db2ps $<
+