0b0925f628
- bump the PORTREVISION Approved by: miwi
16 lines
616 B
Text
16 lines
616 B
Text
bin/indexer
|
|
bin/search
|
|
sbin/searchd
|
|
@unexec if cmp -s %D/etc/sphinx.conf.sample %D/etc/sphinx.conf; then rm -f %D/etc/sphinx.conf; fi
|
|
etc/sphinx.conf.sample
|
|
@exec if [ ! -f %D/etc/sphinx.conf ] ; then cp -p %D/%F %B/sphinx.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.css
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.xml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sphinxapi.php
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.php
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.php
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|