Date: Thu, 21 Mar 2013 07:16:32 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314817 - head/textproc/sphinxsearch-devel Message-ID: <201303210716.r2L7GWvv072521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303210716.r2L7GWvv072521>