svn commit: r533824 - head/www/xapian-omega

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


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

Log:
  Cosmetic change

Modified:
  head/www/xapian-omega/Makefile

Modified: head/www/xapian-omega/Makefile
==============================================================================
--- head/www/xapian-omega/Makefile	Sun May  3 20:49:24 2020	(r533823)
+++ head/www/xapian-omega/Makefile	Sun May  3 20:49:29 2020	(r533824)
@@ -17,14 +17,6 @@ BUILD_DEPENDS=	xapian-core>=${PORTVERSION}:databases/x
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libxapian.so:databases/xapian-core
 
-CONFLICTS_INSTALL=	xapian-omega12
-
-OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
-OPTIONS_DEFAULT=ICONV
-ICONV_DESC=	Enable iconv character set conversion support
-
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c++11-lang libtool localbase perl5 shebangfix tar:xz
 
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR} \
@@ -35,7 +27,15 @@ GNU_CONFIGURE=	yes
 USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 
+CONFLICTS_INSTALL=	xapian-omega12
+
+PORTSCOUT=	limitw:1,even
+
 SHEBANG_FILES=	dbi2omega htdig2omega mbox2omega
+
+OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
+OPTIONS_DEFAULT=ICONV
+ICONV_DESC=	Enable iconv character set conversion support
 
 ICONV_CONFIGURE_ON=	ac_cv_search_iconv=${ICONV_LIB}
 ICONV_CONFIGURE_WITH=	iconv


More information about the svn-ports-all mailing list