freebsd-ports/textproc/sphinxsearch-devel/pkg-plist
Daniel Gerzo 0b0925f628 - fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION

Approved by: miwi
2008-06-01 12:04:10 +00:00

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%%