Date: Wed, 27 May 1998 12:40:49 -0400 From: Matthew Hunt <mph@pobox.com> To: freebsd-ports@FreeBSD.ORG Subject: Re: port makefile problem: DISTFILES in multiple directories Message-ID: <19980527124049.A2177@flarn.dyn.ml.org> In-Reply-To: <19980527095202.15064@ddm.on.ca>; from Dave Chapeskie on Wed, May 27, 1998 at 09:52:02AM -0400 References: <19980527095202.15064@ddm.on.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 27, 1998 at 09:52:02AM -0400, Dave Chapeskie wrote: > PKGNAME= inform-6.15 > MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/ > DIST_SUBDIR= inform6 > DISTFILES= source/inform615_source.zip \ > library/inform_library67.tar.gz \ > [...etc...] Try: MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source \ ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library \ etc DISTFILES= inform615_source.zip inform_library67.tar.gz etc. Obviously, some fetches will fail, because the MASTER_SITE and DISTFILE will not correspond. Oh well. That's standard procedure for getting two files from two different servers, so I don't think it's that big of a deal to do the same thing for two directories on the same server. Matt -- Matthew Hunt <mph@pobox.com> * Stay close to the Vorlon. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. 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?19980527124049.A2177>