diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 3 | ||||
-rw-r--r-- | textproc/sphinxsearch-devel/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index ab534919ccc5..ca2afac0cd63 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -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} diff --git a/textproc/sphinxsearch-devel/pkg-plist b/textproc/sphinxsearch-devel/pkg-plist index f4f9bb104b3b..492225a4c72b 100644 --- a/textproc/sphinxsearch-devel/pkg-plist +++ b/textproc/sphinxsearch-devel/pkg-plist @@ -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%% |