Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2017 15:30:47 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436161 - head/security/sha1collisiondetection
Message-ID:  <201703141530.v2EFUmFQ004315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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