Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 10:34:37 +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: r504297 - head/devel/byacc
Message-ID:  <201906161034.x5GAYbEW082437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 16 10:34:37 2019
New Revision: 504297
URL: https://svnweb.freebsd.org/changeset/ports/504297

Log:
  Cosmetic change

Modified:
  head/devel/byacc/Makefile

Modified: head/devel/byacc/Makefile
==============================================================================
--- head/devel/byacc/Makefile	Sun Jun 16 10:34:31 2019	(r504296)
+++ head/devel/byacc/Makefile	Sun Jun 16 10:34:37 2019	(r504297)
@@ -11,11 +11,12 @@ COMMENT=	Best yacc variant available
 
 LICENSE=	PD
 
+USES=		tar:tgz
+
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	DEFINES="-DMAXTABLE=INT_MAX"
 MAKEFILE=	makefile
 TEST_TARGET=	check
-USES=		tar:tgz
 
 PLIST_FILES=	bin/yacc \
 		man/man1/yacc.1.gz



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