Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 20:49:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533829 - head/databases/php-xapian
Message-ID:  <202005032049.043Knswc065659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  3 20:49:54 2020
New Revision: 533829
URL: https://svnweb.freebsd.org/changeset/ports/533829

Log:
  Cosmetic change

Modified:
  head/databases/php-xapian/Makefile

Modified: head/databases/php-xapian/Makefile
==============================================================================
--- head/databases/php-xapian/Makefile	Sun May  3 20:49:49 2020	(r533828)
+++ head/databases/php-xapian/Makefile	Sun May  3 20:49:54 2020	(r533829)
@@ -18,12 +18,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	xapian-core>=${PORTVERSION}:databases/xapian-core
 LIB_DEPENDS=	libxapian.so:databases/xapian-core
 
-CONFLICTS_INSTALL=	xapian-bindings12
-
-OPTIONS_DEFINE=	DOCS
-
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c++11-lang libtool php:build tar:xz
 
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
@@ -46,6 +40,12 @@ INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++11
 
 PLIST_SUB=	PHP_EXT_DIR=${PHP_EXT_DIR}
+
+CONFLICTS_INSTALL=	xapian-bindings12
+
+PORTSCOUT=	limitw:1,even
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043Knswc065659>