pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Request for import of SQLGrey
On Tue, 18 Sep 2007, Petr Janda wrote:
> The script is also looking for wget, so you should add that to
> dependency list too or do as I did Ive changed it to "ftp", that should
> be transparent accross all *nixes.
...
> +$FTP http://$whitelists_host/MD5SUMS
Most other Unixes don't have a "ftp" that works like that.
Maybe we can use the variables in mk/fetch/fetch.mk:
FETCH_CMD
FETCH_BEFORE_ARGS
FETCH_AFTER_ARGS
FETCH_OUTPUT_ARGS
Like:
FETCH_CMD=wget
FETCH_OUTPUT_ARGS=-O
Home |
Main Index |
Thread Index |
Old Index