- fix the issues with PORTDOCS/PORTEXAMPLES

- bump the PORTREVISION

Approved by: miwi
This commit is contained in:
Daniel Gerzo 2008-06-01 12:04:10 +00:00
parent c7e2701129
commit 0b0925f628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214118
2 changed files with 6 additions and 5 deletions

View file

@ -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}

View file

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