freebsd-ports/cad/gtkwave/files/patch-doc__Makefile.in
Niclas Zeising ce758a4724 Update to 3.3.46
Add a new option GCONF (off by default) that makes gtkwave use gconf2 for
storing settings.
2013-05-13 13:48:32 +00:00

11 lines
371 B
Text

--- doc/Makefile.in.orig 2013-05-13 14:24:11.641084031 +0200
+++ doc/Makefile.in 2013-05-13 14:24:58.487075336 +0200
@@ -32,7 +32,7 @@
esac; \
test $$am__dry = yes; \
}
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/doc/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@