summaryrefslogtreecommitdiff
path: root/www/mnogosearch/files/patch-aa
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-10 05:58:25 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-10 05:58:25 +0000
commite94b99c1c4e20d3950c50590fd212d695ddf7ecd (patch)
treecdb9a1b6fb074f14b3b0eaa43f8a5c8fabef5145 /www/mnogosearch/files/patch-aa
parent- update to 10.26.11 (diff)
Fix two problems:
- braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef) - prebuilt docs were not installed if jade unavailable PORTREVISION bumped so port users get the docs. Reported by: kris
Notes
Notes: svn path=/head/; revision=137148
Diffstat (limited to 'www/mnogosearch/files/patch-aa')
-rw-r--r--www/mnogosearch/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/mnogosearch/files/patch-aa b/www/mnogosearch/files/patch-aa
index 0df302fbdd9a..a6958ed82b5f 100644
--- a/www/mnogosearch/files/patch-aa
+++ b/www/mnogosearch/files/patch-aa
@@ -1,5 +1,14 @@
---- doc/Makefile.in.orig Mon Mar 28 15:59:54 2005
-+++ doc/Makefile.in Mon May 9 12:58:42 2005
+--- doc/Makefile.in.orig Mon Mar 28 23:59:54 2005
++++ doc/Makefile.in Fri Jun 10 15:32:00 2005
+@@ -174,7 +174,7 @@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ db_PROGS = @db_PROGS@
+-doc_FILES = ${@doc_FILES@}
++doc_FILES = ${HTML_ALL}
+ efOBJ = @efOBJ@
+ exec_prefix = @exec_prefix@
+ host = @host@
@@ -687,11 +687,11 @@