aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-20 11:39:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-20 11:39:40 +0000
commit15de8793d4b5a644b272546703e70998d05438f7 (patch)
tree83c636bbd87cded17c6c0c445dea9496a179fdcd /emulators/virtualbox-ose-legacy
parent1b0763b41ea691bd7f93494d95125f6c5e1e0846 (diff)
downloadports-15de8793d4b5a644b272546703e70998d05438f7.tar.gz
ports-15de8793d4b5a644b272546703e70998d05438f7.zip
Fix building with LOCALBASE != PREFIX
Notes
Notes: svn path=/head/; revision=272950
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index a8e96b066394..d0cb42456601 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -215,7 +215,7 @@ post-patch:
${WRKSRC}/kBuild/units/qt3.kmk ${WRKSRC}/kBuild/units/qt4.kmk \
${WRKSRC}/kBuild/sdks/LIBSDL.kmk \
${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py
- @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${PREFIX}/bin/kmk_sed|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' ${WRKSRC}/configure
pre-build:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \