diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-20 09:20:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-20 09:20:50 +0000 |
commit | 6bf779f83dd48197614f473fe70fcb7837f50d16 (patch) | |
tree | a2a4ae55394b5e7341864d330b4f9d345fb44fe4 /textproc/openfts/files/patch-doc::primer.html | |
parent | Update to 1.8 release. (diff) |
- Upgrade to 0.37;
- Set RUN_DEPENDS;
- Install docs and examples.
Approved by: maintainer.
Notes
Notes:
svn path=/head/; revision=111852
Diffstat (limited to 'textproc/openfts/files/patch-doc::primer.html')
-rw-r--r-- | textproc/openfts/files/patch-doc::primer.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/textproc/openfts/files/patch-doc::primer.html b/textproc/openfts/files/patch-doc::primer.html new file mode 100644 index 000000000000..64283e15898f --- /dev/null +++ b/textproc/openfts/files/patch-doc::primer.html @@ -0,0 +1,33 @@ +--- doc/primer.html.orig Mon Jun 14 12:22:40 2004 ++++ doc/primer.html Thu Jun 17 21:50:29 2004 +@@ -640,7 +640,7 @@ + Change to the directory where <b>tsearch2</b> is. This is + a PostgreSQL module available under the <b>contrib</b> directory. + <code><pre> +-$ cd PGSQL_SRC_HOME/contrib/tsearch2 ++$ cd /usr/local/share/postgresql/contrib + </pre></code> + </li> + <li> +@@ -650,7 +650,7 @@ + </li> + <li> + <code><pre> +-$ cd /usr/local/src/Search-OpenFTS-0.37/examples ++$ cd /usr/local/share/examples/Search-OpenFTS/ + </pre></code> + </li> + <li> +@@ -660,7 +660,11 @@ + </li> + <li> + <code><pre> +-$ ./index.pl testfts file1 [file2 [...] ] ++$ ./index.pl testfts ++file1 ++[file2 ++ [...] ] ++ + </pre></code> + </li> + <li> |