aboutsummaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch-devel
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2008-06-01 12:04:10 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2008-06-01 12:04:10 +0000
commit0b0925f62894830ba930d34f8f479ec679be2adf (patch)
treeffcaa7d4a0d98ce596fa9ead4afe7e1edeb51bbc /textproc/sphinxsearch-devel
parentc7e27011292559f8569f2af344786c940c22130b (diff)
downloadports-0b0925f62894830ba930d34f8f479ec679be2adf.tar.gz
ports-0b0925f62894830ba930d34f8f479ec679be2adf.zip
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r--textproc/sphinxsearch-devel/Makefile3
-rw-r--r--textproc/sphinxsearch-devel/pkg-plist8
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%%