Bug 22780 - devel/ncurses/files/Makefile doesn't exist.
Summary: devel/ncurses/files/Makefile doesn't exist.
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: Thomas Gellekum
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-12 05:10 UTC by Alan Bawden
Modified: 2000-11-13 12: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 Alan Bawden 2000-11-12 05:10:01 UTC
	The ncurses port builds without error.  But installing it bombs
	with:

	    ===>   Generating temporary packing list
	    install: /usr/ports/devel/ncurses/files/Makefile: No such file or directory
	    *** Error code 71

	    Stop.
	    *** Error code 1

	    Stop.
	    *** Error code 1

	    Stop.

Fix: 

Presumably someone should supply the relevant file.  I managed to
	make the installation finish by commenting out the following line
	in the Makefile:

	    @ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/ncurses
How-To-Repeat: 
	cd /usr/ports/devel/ncurses
	make install
Comment 1 Trevor Johnson freebsd_committer freebsd_triage 2000-11-12 06:03:44 UTC
Responsible Changed
From-To: freebsd-ports->tg

This file was removed by Thomas Gellekum when he updated the port the other day.
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2000-11-13 12:01:15 UTC
State Changed
From-To: open->closed

Should be fixed now. Thanks.