diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-20 14:26:15 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-20 14:26:15 +0000 |
commit | 10984e7167c6b7404887d69353202a60db5330bb (patch) | |
tree | 345aa3c8072d09bb8d95d60be2cb98089d5149ec /security | |
parent | cef7992c393b4ed595e302859ccd703376a991c7 (diff) | |
download | ports-10984e7167c6b7404887d69353202a60db5330bb.tar.gz ports-10984e7167c6b7404887d69353202a60db5330bb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 5475c2e71220..b57cfa8928f8 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -65,13 +65,6 @@ MAN8= snort.8 DOCS= ChangeLog doc/AUTHORS doc/BUGS doc/CREDITS doc/FAQ doc/NEWS \ doc/README* doc/TODO doc/USAGE doc/snort_manual.pdf -OPTIONS= FLEXRESP "Flexible response to events" off \ - MYSQL "Mysql logging" off \ - ODBC "ODBC logging" off \ - POSTGRES "Postgresql logging" off - -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/snort.c @@ -104,4 +97,4 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |