On Wed, Mar 17, 2010 at 01:30:34PM -0400, Mark Bucciarelli wrote:
> This is what I tried, but I think it's wrong---I think
> PKGNAME is just for building packages, not for
> retreiving sources.
>
> V= 1.36.1
> DISTNAME= MonetDB-${V}
> PKGNAME-main= MonetDB-${V}
> PKGNAME-clients= MonetDB-client-${V}
> PKGNAME-monetdb5= MonetDB5-server-5.18.1
> PKGNAME-sql= MonetDB-SQL-2.36.1
> DIST_SUBDIR = monetdb
> CATEGORIES= databases
> MASTER_SITES= http://monetdb.cwi.nl/downloads/sources/Feb2010/
You need to manually set DISTFILES instead. games/uqm/Makefile has an
example.