svn commit: r457101 - head/sysutils/dd_rescue

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 19:31:01 UTC 2017


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


More information about the svn-ports-all mailing list