svn commit: r336611 - head/security/tripwire

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 16 07:30:28 UTC 2013


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} \


More information about the svn-ports-head mailing list