svn commit: r436161 - head/security/sha1collisiondetection

Joseph Mingrone jrm at FreeBSD.org
Tue Mar 14 15:30:49 UTC 2017


Author: jrm
Date: Tue Mar 14 15:30:47 2017
New Revision: 436161
URL: https://svnweb.freebsd.org/changeset/ports/436161

Log:
  Setting ALL_TARGET in the port Makefile is not necessary when there is a
  do-install target.
  
  Approved by:	swills (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D9998

Modified:
  head/security/sha1collisiondetection/Makefile

Modified: head/security/sha1collisiondetection/Makefile
==============================================================================
--- head/security/sha1collisiondetection/Makefile	Tue Mar 14 15:21:03 2017	(r436160)
+++ head/security/sha1collisiondetection/Makefile	Tue Mar 14 15:30:47 2017	(r436161)
@@ -15,7 +15,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	cr-marcstevens
 
 USE_LDCONFIG=	yes
-ALL_TARGET=	tools
 
 USES=		gmake libtool:build
 


More information about the svn-ports-all mailing list