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:
parent
d643939751
commit
7f85dbaa5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336611
1 changed files with 2 additions and 2 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue