diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-16 07:30:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-16 07:30:28 +0000 |
commit | 7f85dbaa5f3a6ce2059d25878d5e1cebf85901d5 (patch) | |
tree | a5786a2869770e656d28731eb615ef405d01f160 /security/tripwire/Makefile | |
parent | d643939751dd923d44af50c322900d30bc1f91f3 (diff) |
Notes
Diffstat (limited to 'security/tripwire/Makefile')
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index e76ba28cd416..35bd41b5a2ac 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -161,8 +161,8 @@ make-pkg-install: @ ${SED} "/^\. /s/^/: /;/^BASE_DIR=/d;s/BIN_DIR=/: BIN_DIR=/;/^POLICYSRC/d" ${WRKSRC}/install/install.sh >> ${PKGINSTALL} create-database: -.if ${PORT_OPTIONS:MDB_BUILD} && ${WITH_DB_BUILD} == "true" -.if ${PORT_OPTIONS:MSW_ONLY} && ${WITH_SW_ONLY} == "true" +.if ${PORT_OPTIONS:MDB_BUILD} +.if ${PORT_OPTIONS:MSW_ONLY} @ ${ECHO} SW_ONLY has been specified, database will not be built. .else @ ${MKDIR} ${TWCFG} ${TWPOLICY} ${TWSITEKEYDIR} ${TWLOCALKEYDIR} \ |