freebsd-ports/textproc/sphinxsearch/pkg-plist
Matthew Seaman f2003b5ee6 Add some missing content to the package:
-install indextool
-install man pages

Submitted by:	David@ibendit.com
2012-12-30 10:14:51 +00:00

13 lines
432 B
Text

bin/indexer
bin/indextool
bin/search
bin/spelldump
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
%%PORTDOCS%%@dirrm %%DOCSDIR%%