diff options
author | markd <markd@pkgsrc.org> | 2014-11-30 10:23:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2014-11-30 10:23:29 +0000 |
commit | 07c63e90da4f90ec5e35636775cc9fa3a99cbcbc (patch) | |
tree | 9a22402eaf40b2562664a8894c01fbf5895c82e1 /mail | |
parent | 5d27fe4ac5018dcf502597fc6de6f9f34af141c8 (diff) | |
download | pkgsrc-07c63e90da4f90ec5e35636775cc9fa3a99cbcbc.tar.gz |
Fix PLIST for Linux.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/PLIST | 3 | ||||
-rw-r--r-- | mail/thunderbird/PLIST.Linux | 11 | ||||
-rw-r--r-- | mail/thunderbird/PLIST.enigmail | 4 |
3 files changed, 4 insertions, 14 deletions
diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index 3b25e3c3321..f8343d0fce9 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.53 2014/11/14 15:27:04 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.54 2014/11/30 10:23:29 markd Exp $ bin/thunderbird lib/thunderbird/application.ini lib/thunderbird/blocklist.xml @@ -2095,6 +2095,7 @@ lib/thunderbird/modules/PopupNotifications.jsm lib/thunderbird/modules/Preferences.jsm lib/thunderbird/modules/PriorityUrlProvider.jsm lib/thunderbird/modules/PrivateBrowsingUtils.jsm +${PLIST.sps}lib/thunderbird/modules/Profiler.jsm lib/thunderbird/modules/Promise-backend.js lib/thunderbird/modules/Promise.jsm lib/thunderbird/modules/PropertyListUtils.jsm diff --git a/mail/thunderbird/PLIST.Linux b/mail/thunderbird/PLIST.Linux deleted file mode 100644 index ddf3309a6c2..00000000000 --- a/mail/thunderbird/PLIST.Linux +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST.Linux,v 1.2 2013/05/08 09:12:53 sbd Exp $ -include/thunderbird/MediaEngineWebRTC.h -${PLIST.sps}include/thunderbird/nsIProfiler.h -include/thunderbird/nsRawDecoder.h -include/thunderbird/nsRawReader.h -include/thunderbird/nsRawStructs.h -${PLIST.sps}include/thunderbird/shared-libraries.h -${PLIST.sps}include/thunderbird/sps_sampler.h -lib/thunderbird-sdk/sdk/lib/libmemory.a -${PLIST.sps}lib/thunderbird/modules/Profiler.jsm -${PLIST.sps}share/idl/thunderbird/nsIProfiler.idl diff --git a/mail/thunderbird/PLIST.enigmail b/mail/thunderbird/PLIST.enigmail index 865f968e8d8..b7af35a2019 100644 --- a/mail/thunderbird/PLIST.enigmail +++ b/mail/thunderbird/PLIST.enigmail @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.enigmail,v 1.13 2014/07/27 20:04:59 ryoon Exp $ +@comment $NetBSD: PLIST.enigmail,v 1.14 2014/11/30 10:23:29 markd Exp $ lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome.manifest lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/enigmail.jar lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/enigMsgCompFields.js @@ -19,5 +19,5 @@ lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/pipeCo lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess.jsm lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess_worker_unix.js lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess_worker_win.js -lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/platform/NetBSD_${MACHINE_ARCH}-gcc3/lib/libsubprocess-${MACHINE_ARCH}-gcc3.so +lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/platform/${OPSYS}_${MACHINE_ARCH}-gcc3/lib/libsubprocess-${MACHINE_ARCH}-gcc3.so lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/wrappers/gpg-agent-wrapper.sh |