openbsd-ports/graphics/dia/patches/patch-doc_eu_Makefile_in
steven 270e29528e SECURITY update to dia 0.95.1
fixes CVE-2006-2453 and CVE-2006-2480

http://secunia.com/advisories/20199/

ok naddy@
2006-06-13 19:27:54 +00:00

30 lines
1.0 KiB
Plaintext

$OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $
--- doc/eu/Makefile.in.orig Thu May 25 22:49:19 2006
+++ doc/eu/Makefile.in Thu Jun 8 12:19:25 2006
@@ -332,6 +332,7 @@ entities =
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
+docdir = $(datadir)/gnome/help/$(docname)/$(lang)
# ********** You should not have to edit below this line **********
xml_files = $(entities) $(docname).xml
@@ -587,7 +588,7 @@ install-data-hook-omf:
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done; \
fi
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+ # -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -604,7 +605,7 @@ clean-local-omf:
done; \
fi
-all: omf
+all:
$(docname).xml: $(entities)
-ourdir=`pwd`; \