Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:49:52 +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: r543740 - head/devel/bison
Message-ID:  <202007300949.06U9nq8G073654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:49:52 2020
New Revision: 543740
URL: https://svnweb.freebsd.org/changeset/ports/543740

Log:
  Cosmetic change

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Thu Jul 30 09:49:45 2020	(r543739)
+++ head/devel/bison/Makefile	Thu Jul 30 09:49:52 2020	(r543740)
@@ -16,9 +16,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
 
-OPTIONS_DEFINE=	DOCS EXAMPLES NLS
-OPTIONS_SUB=	yes
-
 USES=		charsetfix compiler:c11 localbase makeinfo perl5 tar:xz
 USE_PERL5=	build
 
@@ -28,6 +25,9 @@ LIBS+=		-lm
 TEST_TARGET=	check
 
 INFO=		bison
+
+OPTIONS_DEFINE=	DOCS EXAMPLES NLS
+OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_OFF=	ac_cv_libtextstyle=no



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