svn commit: r504297 - head/devel/byacc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 16 10:34:38 UTC 2019


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


More information about the svn-ports-head mailing list