From owner-freebsd-ports Fri Feb 11 7:11:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by builder.freebsd.org (Postfix) with ESMTP id 0196B4766; Fri, 11 Feb 2000 07:11:43 -0800 (PST) Received: from silvia.hip.berkeley.edu (sji-ca6-93.ix.netcom.com [205.186.213.93]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id HAA30952; Fri, 11 Feb 2000 07:10:46 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id HAA94499; Fri, 11 Feb 2000 07:08:37 -0800 (PST) To: Jeremy Lea Cc: Alexander Langer , ports@FreeBSD.ORG Subject: Re: fix misc/gweather (bentofied) References: <20000210230831.A19387@cichlids.cichlids.com> <20000210201818.B261@shale.csir.co.za> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 11 Feb 2000 07:07:48 -0800 In-Reply-To: Jeremy Lea's message of "Thu, 10 Feb 2000 20:18:18 -0800" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Jeremy Lea * > post-extract: * > @${RM} -f ${WRKDIR}/gweather-0.05/install-sh * > @${RM} -f ${WRKDIR}/gweather-0.05/mkinstalldirs * > - @${CP} ${SCRIPTDIR}/* ${WRKDIR}/gweather-0.05/ * > + @${CP} ${SCRIPTDIR}/install.sh ${WRKDIR}/gweather-0.05/ * > + @${CP} ${SCRIPTDIR}/mkinstalldirs ${WRKDIR}/gweather-0.05/ * * The first rm should be install.sh? and the files should be in * FILESDIR... You're probably right. Also, ${WRKDIR}/gweather-0.05 should be equivalent to ${WRKSRC}. Maybe something like this? === post-extract: .for file in install.sh mkinstalldirs @${RM} -f ${WRKSRC}/${file} @${CP} ${SCRIPTDIR}/${file} ${WRKSRC} .endfor === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message