Date: Thu, 21 Mar 2013 07:19:03 +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: r314819 - head/textproc/sphinxsearch-devel Message-ID: <201303210719.r2L7J3jh072979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303210719.r2L7J3jh072979>