Bug 67453

Summary: devel/gettext Makefile error
Product: Ports & Packages Reporter: Andreas Schulz <ats>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!