summaryrefslogtreecommitdiff
path: root/devel/libcheck/files/patch-doc-Makefile.in
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2009-01-11 04:26:18 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2009-01-11 04:26:18 +0000
commit7dc6894df9ae6cd3fe953b2167d437dbb74c2091 (patch)
treefc6ca13d22f570d31dcbfefa57d83ea79f84b722 /devel/libcheck/files/patch-doc-Makefile.in
parent- Remove unreachable master site (diff)
- Update to 0.9.6
- Make portlint happier - Pass maintainership to submitter PR: ports/130249 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Notes
Notes: svn path=/head/; revision=225686
Diffstat (limited to 'devel/libcheck/files/patch-doc-Makefile.in')
-rw-r--r--devel/libcheck/files/patch-doc-Makefile.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libcheck/files/patch-doc-Makefile.in b/devel/libcheck/files/patch-doc-Makefile.in
new file mode 100644
index 000000000000..f7b46c43c15b
--- /dev/null
+++ b/devel/libcheck/files/patch-doc-Makefile.in
@@ -0,0 +1,26 @@
+--- doc/Makefile.in.orig 2008-12-29 22:19:19.000000000 +0800
++++ doc/Makefile.in 2009-01-07 09:04:30.205795824 +0800
+@@ -159,7 +159,7 @@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = $(datadir)/doc/$(PACKAGE)
++docdir = $(prefix)/share/examples/${PACKAGE}-${VERSION}
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+@@ -227,11 +227,11 @@
+
+
+ # install money example
+-exampledir = $(docdir)/example
++exampledir = $(docdir)
+ example_DATA = $(example_docs)
+-examplesrcdir = $(docdir)/example/src
++examplesrcdir = $(exampledir)/src
+ examplesrc_DATA = $(example_src_docs)
+-exampletestsdir = $(docdir)/example/tests
++exampletestsdir = $(exampledir)/tests
+ exampletests_DATA = $(example_tests_docs)
+ all: all-am
+