svn commit: r533820 - head/databases/xapian-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 20:49:11 UTC 2020


Author: sunpoet
Date: Sun May  3 20:49:10 2020
New Revision: 533820
URL: https://svnweb.freebsd.org/changeset/ports/533820

Log:
  Cosmetic change

Modified:
  head/databases/xapian-core/Makefile

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Sun May  3 20:49:05 2020	(r533819)
+++ head/databases/xapian-core/Makefile	Sun May  3 20:49:10 2020	(r533820)
@@ -14,13 +14,6 @@ COMMENT=	Probabilistic text search database engine
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS_INSTALL=	xapian-core10 xapian-core12
-
-OPTIONS_DEFINE=	DOCS SSE2
-SSE2_DESC=	Use SSE2 for floating point
-
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c++11-lang libtool pathfix tar:xz
 
 CONFIGURE_ARGS=	ac_cv_func_snprintf=snprintf
@@ -28,6 +21,13 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
+
+CONFLICTS_INSTALL=	xapian-core10 xapian-core12
+
+PORTSCOUT=	limitw:1,even
+
+OPTIONS_DEFINE=	DOCS SSE2
+SSE2_DESC=	Use SSE2 for floating point
 
 SSE2_CONFIGURE_ENABLE=	sse
 


More information about the svn-ports-head mailing list