svn commit: r370488 - head/textproc/sphinxsearch
Matthew Seaman
matthew at FreeBSD.org
Wed Oct 8 21:21:08 UTC 2014
Author: matthew
Date: Wed Oct 8 21:21:07 2014
New Revision: 370488
URL: https://svnweb.freebsd.org/changeset/ports/370488
QAT: https://qat.redports.org/buildarchive/r370488/
Log:
Another plist I should have modernized just now.
- drop @dirrm stuff
- use @sample
Modified:
head/textproc/sphinxsearch/pkg-plist
Modified: head/textproc/sphinxsearch/pkg-plist
==============================================================================
--- head/textproc/sphinxsearch/pkg-plist Wed Oct 8 21:17:13 2014 (r370487)
+++ head/textproc/sphinxsearch/pkg-plist Wed Oct 8 21:21:07 2014 (r370488)
@@ -2,9 +2,7 @@ bin/indexer
bin/indextool
bin/spelldump
sbin/searchd
- at 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
- at exec if [ ! -f %D/etc/sphinx.conf ] ; then cp -p %D/%F %B/sphinx.conf; fi
+ at sample etc/sphinx.conf.sample
%%PORTDOCS%%man/man1/indexer.1.gz
%%PORTDOCS%%man/man1/indextool.1.gz
%%PORTDOCS%%man/man1/spelldump.1.gz
@@ -133,15 +131,3 @@ etc/sphinx.conf.sample
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/tasks
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/sphinx
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/fixtures
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib/sphinx
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/libsphinxclient
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/java
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-head
mailing list