svn commit: r457089 - head/sysutils/grub2-pcbsd

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 17:22:12 UTC 2017


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

Log:
  Remove unused ACLOCAL_ARGS and switch to USES=autoreconf:build because
  autoreconf is run manually via autogen.sh in pre-configure.

Modified:
  head/sysutils/grub2-pcbsd/Makefile

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Sat Dec 23 17:18:36 2017	(r457088)
+++ head/sysutils/grub2-pcbsd/Makefile	Sat Dec 23 17:22:10 2017	(r457089)
@@ -22,9 +22,8 @@ WRKSRC=		${WRKDIR}/grub-2.02
 CONFLICTS=	grub-0* grub2-2*
 SSP_UNSAFE=	yes
 USE_GCC=	yes
-ACLOCAL_ARGS=	-Im4
 GNU_CONFIGURE=	yes
-USES=		autoreconf bison cpe gettext gmake makeinfo python tar:xz
+USES=		autoreconf:build bison cpe gettext gmake makeinfo python tar:xz
 ONLY_FOR_ARCHS=	i386 amd64
 INFO=		grub grub-dev
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list