summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-11 11:55:12 +0000
committermarino <marino@pkgsrc.org>2011-12-11 11:55:12 +0000
commitf5cb715254f5e964619ebe82cfa4b7a5f612c0ab (patch)
treee5f1bf805bb16ea1ab3afd27c37114e33db64709 /mail/thunderbird
parent8958aa5e35aa5c4d89cff1ddb0cecf89484b1801 (diff)
downloadpkgsrc-f5cb715254f5e964619ebe82cfa4b7a5f612c0ab.tar.gz
mail/thunderbird: Fix for all non-NetBSD platforms
Using ${LOWER_OPSYS} in PLIST only breaks the install phase for non-NetBSD platforms. This practice needs to stop. Reported-by: Chris Turner
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST
index 9f9335dd6e8..cf8f8885b20 100644
--- a/mail/thunderbird/PLIST
+++ b/mail/thunderbird/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2011/11/13 16:59:58 tnn Exp $
+@comment $NetBSD: PLIST,v 1.36 2011/12/11 11:55:12 marino Exp $
bin/thunderbird
${PLIST.jit}include/thunderbird/Allocator.h
${PLIST.jit}include/thunderbird/Assembler.h
@@ -252,7 +252,7 @@ include/thunderbird/md/_irix64.cfg
include/thunderbird/md/_linux.cfg
include/thunderbird/md/_ncr.cfg
include/thunderbird/md/_nec.cfg
-include/thunderbird/md/_${LOWER_OPSYS}.cfg
+include/thunderbird/md/_netbsd.cfg
include/thunderbird/md/_nextstep.cfg
include/thunderbird/md/_nto.cfg
include/thunderbird/md/_openbsd.cfg
@@ -2508,7 +2508,7 @@ include/thunderbird/nspr/md/_irix64.cfg
include/thunderbird/nspr/md/_linux.cfg
include/thunderbird/nspr/md/_ncr.cfg
include/thunderbird/nspr/md/_nec.cfg
-include/thunderbird/nspr/md/_${LOWER_OPSYS}.cfg
+include/thunderbird/nspr/md/_netbsd.cfg
include/thunderbird/nspr/md/_nextstep.cfg
include/thunderbird/nspr/md/_nto.cfg
include/thunderbird/nspr/md/_openbsd.cfg