Subject: getting started
To: None <tech-pkg@NetBSD.org>
From: Carl Brewer <carl@bl.echidna.id.au>
List: tech-pkg
Date: 07/28/2004 22:04:18
I'm starting a port with a very easy one, a port of
sendmail-milter-spf-1.41.pl, which should be child's play,
as it's just a perl script.

One very dumb question, when I have in my Makefile this :


DISTNAME=       sendmail-milter-spf-1.41.pl
MASTER_SITES=   http://spf.pobox.com/


Make distfiles insists on trying to download
sendmail-milter-spf-1.41.pl.tar.gz

How do I turn off the .tar.gz appending?

thanks!

Carl