Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 07:30:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336611 - head/security/tripwire
Message-ID:  <201312160730.rBG7US2u014316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 16 07:30:28 2013
New Revision: 336611
URL: http://svnweb.freebsd.org/changeset/ports/336611

Log:
  Remove redondant variable testing which are now irrelevant
  with this part of the compatibility with the old framework being removed

Modified:
  head/security/tripwire/Makefile

Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile	Mon Dec 16 06:02:22 2013	(r336610)
+++ head/security/tripwire/Makefile	Mon Dec 16 07:30:28 2013	(r336611)
@@ -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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312160730.rBG7US2u014316>