svn commit: r457171 - head/textproc/the_silver_searcher

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 15:02:31 UTC 2017


Author: tijl
Date: Sun Dec 24 15:02:30 2017
New Revision: 457171
URL: https://svnweb.freebsd.org/changeset/ports/457171

Log:
  Remove unused ACLOCAL_ARGS and AUTOMAKE_ARGS.

Modified:
  head/textproc/the_silver_searcher/Makefile

Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile	Sun Dec 24 14:59:56 2017	(r457170)
+++ head/textproc/the_silver_searcher/Makefile	Sun Dec 24 15:02:30 2017	(r457171)
@@ -16,8 +16,6 @@ TEST_DEPENDS=	cram:devel/cram
 USE_GITHUB=	yes
 GH_ACCOUNT=	ggreer
 
-ACLOCAL_ARGS+=	-I ${ACLOCAL_DIR}
-AUTOMAKE_ARGS+=	--add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LZMA_LIBS=-llzma
 CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include


More information about the svn-ports-head mailing list