aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-21 07:19:03 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-21 07:19:03 +0000
commita22457dbf7f9a66828c71c47e44de5aae95cd0a6 (patch)
tree79b95a5001453f0246bcf164a1c65114f95f7e29 /textproc
parent5817f457363e91f7591b281f63b33daac779ce0d (diff)
downloadports-a22457dbf7f9a66828c71c47e44de5aae95cd0a6.tar.gz
ports-a22457dbf7f9a66828c71c47e44de5aae95cd0a6.zip
Notes
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 c9e108f431ff..dd5c9edd3f82 100644
--- a/textproc/sphinxsearch-devel/Makefile
+++ b/textproc/sphinxsearch-devel/Makefile
@@ -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}