diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-02-17 17:57:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-02-17 17:57:34 +0000 |
commit | abefb32e5ad07548b5d256225265df045bf2519b (patch) | |
tree | 53da9b785eb2472971ac44eef3fa78b3f9cbd89b /security/py-fail2ban | |
parent | 0741b7f687cb443ff104ea92cd6fc2d6f23b6a54 (diff) | |
download | ports-abefb32e5ad07548b5d256225265df045bf2519b.tar.gz ports-abefb32e5ad07548b5d256225265df045bf2519b.zip |
Remove unnecessary inclusion of bsd.port.options.mk.
Notes
Notes:
svn path=/head/; revision=344803
Diffstat (limited to 'security/py-fail2ban')
-rw-r--r-- | security/py-fail2ban/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index 096fa33eedf6..5532073bd43f 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -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' \ |