Bug 12725

Summary: Doing a 'make install' for bash2 gets install-info error
Product: Ports & Packages Reporter: Garance A Drosehn <gad>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me CC: gad
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Garance A Drosehn 1999-07-21 02:40:01 UTC
	I went to /usr/ports/shells/bash2
	did a     make, make install
	and the 'make install' got an error (which was ignored) because
	install-info was executed with '--defentry=' in the Makefile for
        work/bash-2.03/doc/Makefile.  Apparently the install-info which
	is currently part of 3.2-STABLE does not recognize that option.

Fix: 

What I did was just delete the line with '--defentry=' from
	the Makefile, but I imagine the real fix is to get a newer
	version of install-info that recognizes that option.
How-To-Repeat: 
	See description.
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-08-01 03:20:36 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-12-29 07:36:59 UTC
State Changed
From-To: open->closed

Duplicate of ports/12746.  I'll commit a fix for it shortly.