Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 19:31:00 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457101 - head/sysutils/dd_rescue
Message-ID:  <201712231931.vBNJV0bF034420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Dec 23 19:31:00 2017
New Revision: 457101
URL: https://svnweb.freebsd.org/changeset/ports/457101

Log:
  Convert to USES=autoreconf.

Modified:
  head/sysutils/dd_rescue/Makefile

Modified: head/sysutils/dd_rescue/Makefile
==============================================================================
--- head/sysutils/dd_rescue/Makefile	Sat Dec 23 19:27:41 2017	(r457100)
+++ head/sysutils/dd_rescue/Makefile	Sat Dec 23 19:31:00 2017	(r457101)
@@ -13,9 +13,9 @@ COMMENT=	dd tool suitable for rescuing data from a med
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake
+GNU_CONFIGURE=	yes
+USES=		autoreconf gmake
 USE_CSTD=	gnu89
-USE_AUTOTOOLS=	autoconf autoheader
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	default



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