svn commit: r392175 - head/security/cops

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 17:39:47 UTC 2015


Author: amdmi3
Date: Wed Jul 15 17:39:46 2015
New Revision: 392175
URL: https://svnweb.freebsd.org/changeset/ports/392175

Log:
  - Note that the previous commit has added missing USES=perl5
  - This commit fixes it as it should only be a run-dependency
  
  Approved by:	portmgr blanket

Modified:
  head/security/cops/Makefile

Modified: head/security/cops/Makefile
==============================================================================
--- head/security/cops/Makefile	Wed Jul 15 17:38:28 2015	(r392174)
+++ head/security/cops/Makefile	Wed Jul 15 17:39:46 2015	(r392175)
@@ -13,6 +13,7 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	System secureness checker
 
 USES=		perl5 shebangfix
+USE_PERL5=	run
 WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	reconfig


More information about the svn-ports-all mailing list