diff options
author | matthew <matthew@FreeBSD.org> | 2014-10-09 05:21:07 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-10-09 05:21:07 +0800 |
commit | b2210b24c165b2ecaf28ad1e766380de44ab53cd (patch) | |
tree | 365dcea71faa1b4d5a906412291bf36f42f18c5d /textproc/sphinxsearch | |
parent | 49d16820c35457bf7fb87c8c4c51b5bdb8b89111 (diff) | |
download | freebsd-ports-gnome-b2210b24c165b2ecaf28ad1e766380de44ab53cd.tar.gz freebsd-ports-gnome-b2210b24c165b2ecaf28ad1e766380de44ab53cd.tar.zst freebsd-ports-gnome-b2210b24c165b2ecaf28ad1e766380de44ab53cd.zip |
Another plist I should have modernized just now.
- drop @dirrm stuff
- use @sample
Diffstat (limited to 'textproc/sphinxsearch')
-rw-r--r-- | textproc/sphinxsearch/pkg-plist | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/textproc/sphinxsearch/pkg-plist b/textproc/sphinxsearch/pkg-plist index 0ea781cc7ce4..db0cff374ee2 100644 --- a/textproc/sphinxsearch/pkg-plist +++ b/textproc/sphinxsearch/pkg-plist @@ -2,9 +2,7 @@ bin/indexer bin/indextool 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 +@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%% |