aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-21 15:16:32 +0800
committerjgh <jgh@FreeBSD.org>2013-03-21 15:16:32 +0800
commit4eede64bf28f984ec8a62e541598c5530b480688 (patch)
tree38505fdb5bb0dcede0f89a303f8e70a911591783 /textproc
parent19c446883591f5bf841da106bacb3209a04c137c (diff)
downloadfreebsd-ports-gnome-4eede64bf28f984ec8a62e541598c5530b480688.tar.gz
freebsd-ports-gnome-4eede64bf28f984ec8a62e541598c5530b480688.tar.zst
freebsd-ports-gnome-4eede64bf28f984ec8a62e541598c5530b480688.zip
- typo
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sphinxsearch-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile
index 878c6a651ca8..c9e108f431ff 100644
--- a/textproc/sphinxsearch-devel/Makefile
+++ b/textproc/sphinxsearch-devel/Makefile
@@ -107,7 +107,7 @@ EXAMPLES= example.sql api
PORTEXAMPLES= *
.endif
-.if ${PORT_OPTIONS:DOCS}
+.if ${PORT_OPTIONS:MDOCS}
DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml
.endif
@@ -134,7 +134,7 @@ install-bin:
${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${CFGFILE}.sample
install-docs:
-.if ${PORT_OPTIONS:DOCS}
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}