aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2010-12-21 03:54:19 +0800
committerthierry <thierry@FreeBSD.org>2010-12-21 03:54:19 +0800
commite8d0fe2236a08f6213dcc5325720d9823eaf4c12 (patch)
treea02ce40cf93bbc5529f5a74684bb38182a041a96
parentf10e7421bbe7854a4ef823d27af35576c230c04e (diff)
downloadfreebsd-ports-graphics-e8d0fe2236a08f6213dcc5325720d9823eaf4c12.tar.gz
freebsd-ports-graphics-e8d0fe2236a08f6213dcc5325720d9823eaf4c12.tar.zst
freebsd-ports-graphics-e8d0fe2236a08f6213dcc5325720d9823eaf4c12.zip
Fix the Icon of the .desktop file.
-rw-r--r--french/tvdownloader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile
index 954cd8a46c2..c0b5d1aa9da 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