https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233591
--- Comment #1 from Zach Dykstra <sopor...@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. _______________________________________________ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"