[128051] trunk/dports/mail/gnupg/Portfile

Joshua Root jmr at macports.org
Wed Nov 12 08:48:49 PST 2014


On 2014-11-12 22:53 , Mihai Moldovan wrote:
> On 12.11.2014 11:09 am, Ryan Schmidt wrote:
>> The uncompressed idea.c file needs to be in the work directory. The compressed idea.c.gz file doesn't need to be copied there from the distpath.
> 
> The compressed file is automatically deleted by gunzip -d. Only idea.c will remain.

You could do this:

system "< ${distpath}/idea.c.gz gunzip -dc > ${worksrcpath}/cipher/idea.c"

- Josh


More information about the macports-dev mailing list