1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/gnomebaker/files/patch-help-C-Makefile.in
Marcus Alves Grando 41b4e67a08 Fix path for documentation
PR:		87935
Submitted by:	dominique.goncalves@gmail.com (maintainer)
2005-10-25 12:51:31 +00:00

13 lines
585 B
Plaintext

--- help/C/Makefile.in.orig Mon Oct 24 18:31:17 2005
+++ help/C/Makefile.in Mon Oct 24 18:31:44 2005
@@ -214,8 +214,7 @@
# ************* Begin of section some packagers may need to modify **************
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
-docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
-#docdir = $(datadir)/help/$(docname)/$(lang)
+docdir = $(datadir)/help/$(docname)/$(lang)
# ************** You should not have to edit below this line *******************
# ** GSt did ...