pkgsrc/mail/thunderbird38/patches/patch-mozilla_xulrunner_installer_Makefile.in
ryoon 3ffd6fec3b Import thunderbird38-38.7.2 as mail/thunderbird38.
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 tracks 38 ESR branch.
2016-04-17 18:22:21 +00:00

13 lines
505 B
Text

$NetBSD: patch-mozilla_xulrunner_installer_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $
--- mozilla/xulrunner/installer/Makefile.in.orig 2013-10-23 22:09:22.000000000 +0000
+++ mozilla/xulrunner/installer/Makefile.in
@@ -96,7 +96,7 @@ endif
install:: $(pkg_config_files)
@echo pkg_config_file: $(pkg_config_files)
- $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/pkgconfig
+ $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)${PREFIX}/lib/${MOZILLA_PKG_NAME}/pkgconfig
GARBAGE += $(pkg_config_files)