svn commit: r344803 - head/security/py-fail2ban

Adam Weinberger adamw at FreeBSD.org
Mon Feb 17 17:57:35 UTC 2014


Author: adamw
Date: Mon Feb 17 17:57:34 2014
New Revision: 344803
URL: http://svnweb.freebsd.org/changeset/ports/344803
QAT: https://qat.redports.org/buildarchive/r344803/

Log:
  Remove unnecessary inclusion of bsd.port.options.mk.

Modified:
  head/security/py-fail2ban/Makefile

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Mon Feb 17 17:49:53 2014	(r344802)
+++ head/security/py-fail2ban/Makefile	Mon Feb 17 17:57:34 2014	(r344803)
@@ -35,8 +35,6 @@ FILES=	${WRKSRC}/fail2ban-regex \
 		${WRKSRC}/client/configreader.py \
 		${WRKSRC}/fail2ban-client
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${ECHO_CMD} ${FILES} | ${XARGS} ${REINPLACE_CMD} -e 's,/etc/fail2ban,${ETCDIR},g'
 	@${REINPLACE_CMD} -e 's,/bin/grep,grep,g' \


More information about the svn-ports-all mailing list