1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Fix run-time paths

PR:		132352 (part of)
Reported by:	Henry Hu <henry.hu.sh@gmail.com>
This commit is contained in:
Pietro Cerutti 2009-07-13 15:06:31 +00:00
parent bdb8b7bd3f
commit 4c9bc48298
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237693

View File

@ -70,6 +70,12 @@ post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/query-browser/source/linux/Makefile.am
# Run-time paths
${REINPLACE_CMD} -e 's|MQB_DIR="$$DIRNAME"|MQB_DIR=""|' \
${WRKSRC}/query-browser/source/linux/mysql-query-browser
${REINPLACE_CMD} -e 's|MA_DIR="$$DIRNAME"|MA_DIR=""|' \
${WRKSRC}/administrator/source/linux/mysql-administrator
run-autotools:
do-configure:
.for dir in ${SUBDIRS}