Date: Thu, 10 May 2001 17:14:13 -0500 (EST) From: Mike Squires <mikes@ct980320-b.blmngtn1.in.home.com> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: a2ps-4.13 and sheets.map Message-ID: <200105102214.f4AMEDW80530@ct980320-b.blmngtn1.in.home.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105102214.f4AMEDW80530>