Bug 21851

Summary: 'make readmes' broken in new ports structure
Product: Ports & Packages Reporter: dann <dann>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dann 2000-10-09 07:50:01 UTC
bsd.ports.subdir.mk was not updated for the new port structure.  Causes
'make readmes' (at least) to fail, generating files with incorrect 
information

Fix: apply this patch to bsd.ports.subdir.mk

How-To-Repeat: cd /usr/ports
make readmes

In the category directories, README.html will contain only "(no description)"
lines.
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 2000-10-14 11:59:41 UTC
State Changed
From-To: open->closed

About to commit more complete fix.