mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
41b4e67a08
PR: 87935 Submitted by: dominique.goncalves@gmail.com (maintainer)
13 lines
585 B
Plaintext
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 ...
|