pkgsrc/mail/thunderbird60/patches/patch-toolkit_mozapps_installer_packager.mk
ryoon 399c4c43f4 mail/thunderbird60: import thunderbird60-60.9.0
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.

This package provides Thunderbird 60 ESR.
2019-09-21 11:23:28 +00:00

13 lines
542 B
Makefile

$NetBSD: patch-toolkit_mozapps_installer_packager.mk,v 1.1 2019/09/21 11:23:28 ryoon Exp $
--- toolkit/mozapps/installer/packager.mk.orig 2018-12-04 23:12:03.000000000 +0000
+++ toolkit/mozapps/installer/packager.mk
@@ -130,7 +130,7 @@ endif
(cd $(DESTDIR)$(installdir) && tar -xf -)
$(NSINSTALL) -D $(DESTDIR)$(bindir)
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+ #ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
checksum:
mkdir -p `dirname $(CHECKSUM_FILE)`