diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-21 07:16:32 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-21 07:16:32 +0000 |
commit | 109544bfc38221f44ce18fb88d47d2e5eef45b90 (patch) | |
tree | 38505fdb5bb0dcede0f89a303f8e70a911591783 /textproc/sphinxsearch-devel | |
parent | b7a2cdeca42c225bec7ea2313e319c5cbc511da4 (diff) |
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 |
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} |