Now really correct the SQL use thing by setting a variable and actually using

it and not another.

Reported by:	ale
This commit is contained in:
Mathieu Arnold 2004-11-26 14:58:35 +00:00
parent e285f2f291
commit b709362463
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122503

View File

@ -88,7 +88,7 @@ PORTDOCS= ${DOCS} ${DOCSSQL:S|^|sql/|} ${DOCSCONTRIB:S|^|contrib/|} ${DOCSLDAP:S
USE_RC_SUBR= yes
SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%RC_SUBR%%|${RC_SUBR}|g'
.if defined(WITH_SQLDB)
.if defined(USE_SQLDB)
SED_SCRIPT+= -e 's|%%SQL%%|-Q|g'
.else
SED_SCRIPT+= -e 's|%%SQL%%||g'