svn commit: r533825 - head/www/xapian-omega12

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


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

Log:
  Cosmetic change

Modified:
  head/www/xapian-omega12/Makefile

Modified: head/www/xapian-omega12/Makefile
==============================================================================
--- head/www/xapian-omega12/Makefile	Sun May  3 20:49:29 2020	(r533824)
+++ head/www/xapian-omega12/Makefile	Sun May  3 20:49:34 2020	(r533825)
@@ -17,22 +17,23 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libxapian.so:databases/xapian-core12
 
-CONFLICTS_INSTALL=	xapian-omega
+USES=		libtool localbase perl5 shebangfix tar:xz
 
-OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
-OPTIONS_DEFAULT=ICONV
-ICONV_DESC=	Enable iconv character set conversion support
-
-PORTSCOUT=	limitw:1,even
-
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR}
 CONFIGURE_ENV=	PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
 		XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		libtool localbase perl5 shebangfix tar:xz
 
+CONFLICTS_INSTALL=	xapian-omega
+
+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-head mailing list