aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kdenlive
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-03 21:12:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-03 21:12:38 +0000
commit39560e3c465d86a5d24f797a4a5f409d3cc74358 (patch)
tree3f6aa44630f38a0997e2150a82dbffa9c43efe50 /multimedia/kdenlive
parent333271cead86c2e58916023fcf1179b8d900d359 (diff)
downloadports-39560e3c465d86a5d24f797a4a5f409d3cc74358.tar.gz
ports-39560e3c465d86a5d24f797a4a5f409d3cc74358.zip
- Fix a typo
Reported by: nox No Cokkies for: miwi
Notes
Notes: svn path=/head/; revision=240800
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r--multimedia/kdenlive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index 8e940a3b2710..206a0b330c8d 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -59,7 +59,7 @@ post-patch:
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt
# avoid a crash when kdenlive_render is not in $PATH
- ${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath()|QStrin g("${PREFIX}/bin")|g' \
+ ${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath()|QString("${PREFIX}/bin")|g' \
${PATCH_WRKSRC}/src/renderwidget.cpp
post-install: