From owner-freebsd-ports Thu May 10 15:14:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ct980320-b.blmngtn1.in.home.com (ct980320-b.blmngtn1.in.home.com [65.8.207.32]) by hub.freebsd.org (Postfix) with ESMTP id 50B6337B422 for ; Thu, 10 May 2001 15:14:14 -0700 (PDT) (envelope-from mikes@ct980320-b.blmngtn1.in.home.com) Received: (from mikes@localhost) by ct980320-b.blmngtn1.in.home.com (8.11.3/8.11.3) id f4AMEDW80530 for freebsd-ports@freebsd.org; Thu, 10 May 2001 17:14:13 -0500 (EST) (envelope-from mikes) From: Mike Squires Message-Id: <200105102214.f4AMEDW80530@ct980320-b.blmngtn1.in.home.com> Subject: a2ps-4.13 and sheets.map To: FreeBSD Ports Date: Thu, 10 May 2001 17:14:13 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ports from 4.3-STABLE of 5/10 fails due to Makefile trying to download sheets.map. The Makefile in the ports directory needs to be edited slightly to work by removing the DISTFILES requirement for sheets.map. % diff Makefile Makefile.old 13c13 < DISTFILES= a2ps-${PORTVERSION}${EXTRACT_SUFX} --- > DISTFILES= a2ps-${PORTVERSION}${EXTRACT_SUFX} sheets.map 35a36,38 > > post-extract: > $(CP) $(DISTDIR)/sheets.map $(WRKSRC)/sheets/sheets.map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message