aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-12-20 19:54:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-12-20 19:54:19 +0000
commit4001f01e8dfeb621c1559ca82679a29ed09e9f9a (patch)
tree0958f9855f8a4f9d9ccf150455812e7329bfc932 /french
parentd83eecc17c9db8ad01bec2c1111532d34baddc26 (diff)
downloadports-4001f01e8dfeb621c1559ca82679a29ed09e9f9a.tar.gz
ports-4001f01e8dfeb621c1559ca82679a29ed09e9f9a.zip
Fix the Icon of the .desktop file.
Notes
Notes: svn path=/head/; revision=266663
Diffstat (limited to 'french')
-rw-r--r--french/tvdownloader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile
index 954cd8a46c20..c0b5d1aa9da3 100644
--- a/french/tvdownloader/Makefile
+++ b/french/tvdownloader/Makefile
@@ -31,6 +31,8 @@ LICENSE= GPLv2
pre-configure:
${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
${WRKSRC}/tvdownloader.sh
+ ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
+ ${WRKSRC}/tvdownload.desktop
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e 's|%%DOC%%|#|' ${WRKSRC}/Makefile
.else