From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 19:17:06 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 78B2E16A4CF; Fri, 11 Mar 2005 19:17:06 +0000 (GMT) Date: Fri, 11 Mar 2005 19:17:06 +0000 From: Kris Kennaway To: Christopher Kelley Message-ID: <20050311191706.GI72527@hub.freebsd.org> References: <20050311120025.935C216A554@hub.freebsd.org> <4231EE1B.30205@kelleycows.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4231EE1B.30205@kelleycows.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org Subject: Re: ports 'make readmes' fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 19:17:06 -0000 On Fri, Mar 11, 2005 at 11:14:35AM -0800, Christopher Kelley wrote: > I just tried to 'make readmes' in my ports directory, and got a very > strange result. The README.html files in /usr/ports and in > /usr/ports/category are correct, but the individual port README.html > files (e.g. /usr/ports/mail/mutt/README.html) all have only one line, > which is 'cat /README.port'. > > I am running 5.3-RELEASE-p5, and, I verified my /usr/ports/Makefile, > /usr/ports/Mk/bsd.port.mk and /usr/ports/Tools/make_readmes files > against the ones on cvsup.pt.freebsd.org. > > Any suggestions? Do you have an INDEX-5 file present in /usr/ports? make fetchindex if not. Kris