svn commit: r457058 - head/security/md5deep

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 15:00:28 UTC 2017


Author: tijl
Date: Sat Dec 23 15:00:27 2017
New Revision: 457058
URL: https://svnweb.freebsd.org/changeset/ports/457058

Log:
  Convert to USES=autoreconf.

Modified:
  head/security/md5deep/Makefile

Modified: head/security/md5deep/Makefile
==============================================================================
--- head/security/md5deep/Makefile	Sat Dec 23 14:57:19 2017	(r457057)
+++ head/security/md5deep/Makefile	Sat Dec 23 15:00:27 2017	(r457058)
@@ -16,11 +16,7 @@ GH_PROJECT=	hashdeep
 GH_TAGNAME=	cd2ed74
 
 USE_GITHUB=	yes
-USE_AUTOTOOLS=	autoconf:env autoheader:env automake:env aclocal:env
-USES=		gmake
+USES=		autoreconf gmake
 GNU_CONFIGURE=	yes
-
-pre-configure:
-	(cd ${WRKSRC}; ${SH} bootstrap.sh)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list