Bug 67453 - devel/gettext Makefile error
Summary: devel/gettext Makefile error
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 15:50 UTC by Andreas Schulz
Modified: 2004-06-02 22:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schulz 2004-06-01 15:50:26 UTC
The Makefile in /usr/ports/gettext has an error. It tries to move
/usr/local/bin/jar to a backup file, but fails if there is no
/usr/local/bin/jar file.
The "mv" commands needs to be prefixed with a "-" so that Make
doesn't stop if there is no /usr/local/bin/jar file.

How-To-Repeat: Try a make with no /usr/local/bin/jar :-).
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-06-02 22:07:32 UTC
State Changed
From-To: open->closed

Committed, thanks!