svn commit: r457091 - head/devel/kBuild

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 17:33:18 UTC 2017


Author: tijl
Date: Sat Dec 23 17:33:17 2017
New Revision: 457091
URL: https://svnweb.freebsd.org/changeset/ports/457091

Log:
  Remove use of empty ACLOCAL and AUTOMAKE variables.

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Sat Dec 23 17:24:19 2017	(r457090)
+++ head/devel/kBuild/Makefile	Sat Dec 23 17:33:17 2017	(r457091)
@@ -27,9 +27,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 KBUILD_VERSION=	0.1.9998
 KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:C/armv.*/arm/}
-KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
-		AUTOMAKE=${AUTOMAKE} \
-		AUTORECONF=${AUTORECONF} \
+KBUILD_ENV=	AUTORECONF=${AUTORECONF} \
 		AUTOPOINT=true \
 		CFLAGS="-D_WITH_GETLINE -D_WITH_DPRINTF"
 KBUILD_TARGET=	${OPSYS:tl}


More information about the svn-ports-all mailing list