svn commit: r449177 - head/security/bruteforceblocker

Kurt Jaeger pi at FreeBSD.org
Sun Sep 3 08:31:46 UTC 2017


Author: pi
Date: Sun Sep  3 08:31:45 2017
New Revision: 449177
URL: https://svnweb.freebsd.org/changeset/ports/449177

Log:
  security/bruteforceblocker: unbreak build by fixing WRKSRC
  
  Submitted by:	Michael Butler <imb at protected-networks.net>

Modified:
  head/security/bruteforceblocker/Makefile

Modified: head/security/bruteforceblocker/Makefile
==============================================================================
--- head/security/bruteforceblocker/Makefile	Sun Sep  3 08:29:57 2017	(r449176)
+++ head/security/bruteforceblocker/Makefile	Sun Sep  3 08:31:45 2017	(r449177)
@@ -22,7 +22,7 @@ USE_PERL5=	run
 
 OPTIONS_DEFINE=	DOCS
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 SUB_FILES=	pkg-message
 SHEBANG_FILES=	${PORTNAME}.pl
 


More information about the svn-ports-all mailing list