diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-20 22:26:15 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-20 22:26:15 +0800 |
commit | 92b95fbd1d3762911b02f1ec89eee0c1dae3b5cc (patch) | |
tree | 46cf6fdb7996a1759d33240f9f857c43ef22f370 /security/snort | |
parent | bf632cc93f70095a8ff47a14f40dd680203691c1 (diff) | |
download | freebsd-ports-gnome-92b95fbd1d3762911b02f1ec89eee0c1dae3b5cc.tar.gz freebsd-ports-gnome-92b95fbd1d3762911b02f1ec89eee0c1dae3b5cc.tar.zst freebsd-ports-gnome-92b95fbd1d3762911b02f1ec89eee0c1dae3b5cc.zip |
Oops - marcus did add OPTIONS already <blush>
I still prefer to have near the top of the Makefile -
right after the dependencies section
Diffstat (limited to 'security/snort')
-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> |