Skip to content

Commit

Permalink
mail/thunderbird: Fix for all non-NetBSD platforms
Browse files Browse the repository at this point in the history
Using ${LOWER_OPSYS} in PLIST only breaks the install phase for non-NetBSD
platforms.  This practice needs to stop.
Reported-by: Chris Turner
  • Loading branch information
marino committed Dec 11, 2011
1 parent e8f3fc2 commit e26a55c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mail/thunderbird/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e26a55c

Please sign in to comment.