summaryrefslogtreecommitdiff
path: root/www/havp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-22 15:59:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-22 15:59:19 +0000
commit2edbf91fcdf83e3dcddd7d776a558cad5c673e12 (patch)
treec5fbd4e3674413f9146eda8908c81e76da180f3f /www/havp
parentMark BROKEN: distfile unavailable. (diff)
- Fix OPTIONS handling
PR: 118373 Submitted by: Max N. Boyarov <m.boyarov@bsd.by> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=204354
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 94da63dc3bf2..85ee3640e4c4 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -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>