From owner-freebsd-ports Wed Aug 21 02:42:20 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA24782 for ports-outgoing; Wed, 21 Aug 1996 02:42:20 -0700 (PDT) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA24776 for ; Wed, 21 Aug 1996 02:42:14 -0700 (PDT) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id TAA28593 for ; Wed, 21 Aug 1996 19:42:48 +1000 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 19:42:48 +1000 (EST) From: Andrew To: ports@freebsd.org Subject: Re: distfiles as shar archives In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 Aug 1996, Andrew wrote: > I am trying to make a port but the distfile comes in shar format. I > originally set EXTRACT_CMD to /bin/sh but then it tried to extract in > /usr/ports/distfiles. Well I have fixed that problem (the cd is still in the EXTRACT_CMD line). Now I have the problem that there is garbage at the top of the sahr archive that makes sh produce errors...when it reaches the actual shell script bit it goes ok but it looks ugly. Any suggestions? Andrew