- Fix OPTIONS handling
PR: 118373 Submitted by: Max N. Boyarov <m.boyarov@bsd.by> Approved by: maintainer
This commit is contained in:
parent
fdea61c467
commit
2edbf91fcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204354
1 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,8 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \
|
|||
CLAMAV "Enable libclamav support" on \
|
||||
TROPHIE "Enable Trend Micro (Trophie) support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
CONFIGURE_ARGS+= --enable-ssl-tunnel
|
||||
.else
|
||||
|
@ -66,4 +68,4 @@ post-install:
|
|||
@${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue