1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Fix the Icon of the .desktop file.

This commit is contained in:
Thierry Thomas 2010-12-20 19:54:19 +00:00
parent d83eecc17c
commit 4001f01e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266663

View File

@ -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