Remove redondant variable testing which are now irrelevant

with this part of the compatibility with the old framework being removed
This commit is contained in:
Baptiste Daroussin 2013-12-16 07:30:28 +00:00
parent d643939751
commit 7f85dbaa5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336611

View file

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