[Bug 233591] mail/thunderbird has incorrect icon name in desktop file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 28 00:10:14 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233591
--- Comment #1 from Zach Dykstra <soporose at gmail.com> ---
--- Makefile 2018-11-27 18:09:01.939635000 -0600
+++ Makefile.no-suffix 2018-11-27 18:08:39.801660000 -0600
@@ -58,7 +58,7 @@
.endif
post-extract:
- @${SED} -e
's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \
+ @${SED} -e
's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \
<${FILESDIR}/thunderbird.desktop.in
>${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop
post-patch:
The above diff seems to generate the correct work/thunderbird.desktop file.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list