mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION Approved by: miwi
This commit is contained in:
parent
c7e2701129
commit
0b0925f628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214118
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= sphinxsearch
|
||||
DISTVERSION= 0.9.8-rc2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc databases
|
||||
MASTER_SITES= http://www.sphinxsearch.com/downloads/
|
||||
@ -116,7 +117,7 @@ install-docs:
|
||||
.endif
|
||||
|
||||
install-examples:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for example in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${example} ${EXAMPLESDIR}
|
||||
|
@ -8,9 +8,9 @@ etc/sphinx.conf.sample
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sphinx.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sphinx.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sphinx.xml
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example.sql
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sphinxapi.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/test.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/test2.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sphinxapi.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.php
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user