svn commit: r314817 - head/textproc/sphinxsearch-devel
Jason Helfman
jgh at FreeBSD.org
Thu Mar 21 07:16:33 UTC 2013
Author: jgh
Date: Thu Mar 21 07:16:32 2013
New Revision: 314817
URL: http://svnweb.freebsd.org/changeset/ports/314817
Log:
- typo
Modified:
head/textproc/sphinxsearch-devel/Makefile
Modified: head/textproc/sphinxsearch-devel/Makefile
==============================================================================
--- head/textproc/sphinxsearch-devel/Makefile Thu Mar 21 07:12:35 2013 (r314816)
+++ head/textproc/sphinxsearch-devel/Makefile Thu Mar 21 07:16:32 2013 (r314817)
@@ -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}
More information about the svn-ports-head
mailing list