Skip site navigation (1)Skip section navigation (2)
Date:      11 Feb 2000 07:07:48 -0800
From:      asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami)
To:        Jeremy Lea <reg@FreeBSD.ORG>
Cc:        Alexander Langer <alex@big.endian.de>, ports@FreeBSD.ORG
Subject:   Re: fix misc/gweather (bentofied)
Message-ID:  <vqcog9ng4l7.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Jeremy Lea's message of "Thu, 10 Feb 2000 20:18:18 -0800"
References:  <20000210230831.A19387@cichlids.cichlids.com> <20000210201818.B261@shale.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Jeremy Lea <reg@FreeBSD.ORG>

 * >  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcog9ng4l7.fsf>