1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Fix typo.

This commit is contained in:
Michael Nottebrock 2004-03-04 14:22:15 +00:00
parent 73e03e21ac
commit d29db39517
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102916
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
pre-configure:
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db41|g' \
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db4|g' \
-e 's|ac_db_name="db"|ac_db_name="db4"|g' ${WRKSRC}/configure
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"

View File

@ -33,7 +33,7 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
pre-configure:
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db41|g' \
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db4|g' \
-e 's|ac_db_name="db"|ac_db_name="db4"|g' ${WRKSRC}/configure
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"