Correct a typo which resulted in a bad reinplace.

Reported by:	Elliot Schlegelmilch <elliot.schlegelmilch@gmail.com>
This commit is contained in:
Joe Marcus Clarke 2006-12-04 22:36:47 +00:00
parent fc454f85a8
commit 6d5af1b74c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178894

View File

@ -86,7 +86,7 @@ pre-everything::
@${ECHO_MSG} ""
post-patch:
@${REINPLACE_CMD} -e 's|%%BDB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \
@${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \
s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g' \
${WRKSRC}/configure