openbsd-ports/graphics/dia/patches/patch-doc_pl_Makefile_in
ajacoutot cf2f16ef88 - update to dia-0.96.1
ok mbalmer@
2007-04-06 10:10:01 +00:00

39 lines
1.2 KiB
Plaintext

$OpenBSD: patch-doc_pl_Makefile_in,v 1.3 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/pl/Makefile.in.orig Thu Mar 29 11:15:10 2007
+++ doc/pl/Makefile.in Thu Apr 5 16:43:22 2007
@@ -334,6 +334,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
@@ -535,7 +536,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 \
@@ -552,7 +553,7 @@ clean-local-omf:
done; \
fi
-all: omf
+all:
$(docname).xml: $(entities)
-ourdir=`pwd`; \
@@ -568,7 +569,7 @@ app-dist-hook:
done \
fi
-install-data-local: omf
+install-data-local:
$(mkinstalldirs) $(DESTDIR)$(docdir)
for file in $(xml_files); do \
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \