aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2008-06-01 20:04:10 +0800
committerdanger <danger@FreeBSD.org>2008-06-01 20:04:10 +0800
commit18bd45b68cf45b874e861ec47d667a68cb54e31e (patch)
treed41f7774d489ab08c48658020ce38a92285d96f8 /textproc
parent2a836cdf912cb1d80958383a6dbd3d3bd162fb0b (diff)
downloadfreebsd-ports-gnome-18bd45b68cf45b874e861ec47d667a68cb54e31e.tar.gz
freebsd-ports-gnome-18bd45b68cf45b874e861ec47d667a68cb54e31e.tar.zst
freebsd-ports-gnome-18bd45b68cf45b874e861ec47d667a68cb54e31e.zip
- fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION Approved by: miwi
Diffstat (limited to 'textproc')
-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%%