Bug 44418 - Mozilla Makefile if blocks still not right
Summary: Mozilla Makefile if blocks still not right
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-23 19:20 UTC by Eric J. Christeson
Modified: 2002-10-23 19:26 UTC (History)
0 users

See Also:


Attachments
file.diff (425 bytes, patch)
2002-10-23 19:20 UTC, Eric J. Christeson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric J. Christeson 2002-10-23 19:20:01 UTC
Mozilla builds fine but install bombs with: 

if [ ! -L /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so ]; then
Syntax error: end of file unexpected (expecting "fi")
*** Error code 2

Stop in /usr/ports/www/mozilla.
*** Error code 1


The first one was fixed in revision 1.122 of the Makefile, but line 146
is still wrong.

How-To-Repeat: portupgrade -R mozilla
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-10-23 19:26:26 UTC
State Changed
From-To: open->closed

Committed, thanks.