svn commit: r314819 - head/textproc/sphinxsearch-devel
Jason Helfman
jgh at FreeBSD.org
Thu Mar 21 07:19:04 UTC 2013
Author: jgh
Date: Thu Mar 21 07:19:03 2013
New Revision: 314819
URL: http://svnweb.freebsd.org/changeset/ports/314819
Log:
- OPTIONS -> OPTIONS_DEFINE
- .if .if -> .if
Modified:
head/textproc/sphinxsearch-devel/Makefile
Modified: head/textproc/sphinxsearch-devel/Makefile
==============================================================================
--- head/textproc/sphinxsearch-devel/Makefile Thu Mar 21 07:17:23 2013 (r314818)
+++ head/textproc/sphinxsearch-devel/Makefile Thu Mar 21 07:19:03 2013 (r314819)
@@ -30,7 +30,7 @@ CONFLICTS= sphinxsearch-[0-9]* \
# of turning this off. So for consistency, make sure it's always on.
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-OPTIONS= MYSQL PGSQL ICONV OPTIMIZED_CFLAGS ID64 UNIXODBC \
+OPTIONS_DEFINE= MYSQL PGSQL ICONV OPTIMIZED_CFLAGS ID64 UNIXODBC \
DOCS EXAMPLES
ID64_DESC= 64-bit document and word IDs
OPTIONS_DEFAULT= MYSQL ICONV
@@ -142,7 +142,7 @@ install-docs:
.endif
install-examples:
-.if .if ${PORT_OPTIONS:MEXAMPLES}
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
.for example in ${EXAMPLES}
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${example} ${EXAMPLESDIR}
More information about the svn-ports-head
mailing list