openbsd-ports/graphics/dia/patches/patch-doc_Makefile_in
ajacoutot df1e05c5c4 - make help button actually work and display help
- add update-mime goo
- take over maintainership

feedback and ok landry
2007-10-18 14:18:40 +00:00

22 lines
759 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.2 2007/10/18 14:18:40 ajacoutot Exp $
--- doc/Makefile.in.orig Thu Mar 29 11:15:09 2007
+++ doc/Makefile.in Thu Oct 18 11:27:51 2007
@@ -276,7 +276,7 @@ EXTRA_DIST = \
shape.dtd \
sheet.dtd
-@HAVE_GNOME_FALSE@helpdir = $(pkgdatadir)/help
+@HAVE_GNOME_FALSE@helpdir = $(datadir)/gnome/help/dia
@HAVE_GNOME_TRUE@helpdir = $(datadir)/gnome/help/dia
all: all-recursive
@@ -590,7 +590,7 @@ uninstall-info: uninstall-info-recursive
# a simple rule to symlink en to C
install-data-local:
- -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
+# -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
uninstall-local:
rm -f $(DESTDIR)$(helpdir)/C
# Tell versions [3.59,3.63) of GNU make to not export all variables.