svn commit: r533821 - head/databases/xapian-core12

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


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

Log:
  Cosmetic change

Modified:
  head/databases/xapian-core12/Makefile

Modified: head/databases/xapian-core12/Makefile
==============================================================================
--- head/databases/xapian-core12/Makefile	Sun May  3 20:49:10 2020	(r533820)
+++ head/databases/xapian-core12/Makefile	Sun May  3 20:49:15 2020	(r533821)
@@ -15,19 +15,20 @@ COMMENT=	Probabilistic text search database engine
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS_INSTALL=	xapian-core xapian-core10
+USES=		libtool pathfix tar:xz
 
-OPTIONS_DEFINE=	DOCS SSE2
-SSE2_DESC=	Use SSE2 for floating point
-
-PORTSCOUT=	limitw:1,even
-
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USES=		libtool pathfix tar:xz
 
 PORTDOCS=	*
+
+CONFLICTS_INSTALL=	xapian-core xapian-core10
+
+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